Raspberry PI Camera
Installation
Set permissions
https://raspberrypi.stackexchange.com/a/42915/11220
sudo usermod -a -G video $(whoami)
Test
cd /tmp
raspistill -t 0 -k -o image.jpg
Remote View
see
https://raspberrypi.stackexchange.com/a/42915/11220
sudo usermod -a -G video $(whoami)
cd /tmp
raspistill -t 0 -k -o image.jpg
see