Difference between revisions of "Raspberry PI Camera"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
raspistill -t 0 -k -o image.jpg | raspistill -t 0 -k -o image.jpg | ||
</source> | </source> | ||
+ | == Remote View = | ||
+ | see https://raspberrypi.stackexchange.com/a/99626/11220 | ||
+ | |||
[[Category:Raspberry]] | [[Category:Raspberry]] |
Revision as of 08:13, 15 June 2019
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