A Raspberry Pi based CCTV camera with Pan & Tilt that can be controlled remotely
As of now Rpi CCTV relies onmotion
for relaying rpi camera images. Ensureyou have motion installed and running on the raspberry pi.
$ sudo apt-get install motion$ go generate && go build && sudo ./rpicctv
Then navigate tohttp://<ip-address-of-rpi>:3000/cctv
to see the live feed.You can use the arrow buttons or keyboard arrow keys to move the camera.