Difference between revisions of "Raspberry PI Camera"

From BITPlan Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
</source>
 
</source>
 
== Remote View ==
 
== Remote View ==
see https://raspberrypi.stackexchange.com/a/99626/11220
+
see  
 +
* [https://raspberrypi.stackexchange.com/a/99626/11220 raspberrypi.stackexchange.com - uv4l]
  
 
[[Category:Raspberry]]
 
[[Category:Raspberry]]

Revision as of 14:42, 21 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

Remote View

see