Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:rasberry:linux [2017/05/03 09:57] – [Base] scipio | tips:rasberry:linux [2017/05/03 12:05] (current) – scipio | ||
---|---|---|---|
Line 32: | Line 32: | ||
==== view picamera as normal USB camera ==== | ==== view picamera as normal USB camera ==== | ||
+ | |||
add to / | add to / | ||
< | < | ||
- | bcm2835-v4l2 | + | echo bcm2835-v4l2 |
</ | </ | ||
+ | |||
+ | control panel to change camera settings | ||
+ | <code bash> | ||
+ | sudo apt install v4l2ucp | ||
+ | </ | ||
+ | |||
+ |