Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:rasberry:linux [2016/05/19 10:42] – [camera] scipio | tips:rasberry:linux [2017/05/03 12:05] (current) – scipio | ||
---|---|---|---|
Line 12: | Line 12: | ||
</ | </ | ||
+ | non fare con raspbian recenti | ||
+ | <code bash> | ||
+ | # apt install rpi-update | ||
+ | # rpi-update | ||
+ | </ | ||
===== camera ===== | ===== camera ===== | ||
Line 23: | Line 28: | ||
* [[http:// | * [[http:// | ||
+ | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | |||
+ | ==== view picamera as normal USB camera ==== | ||
+ | |||
+ | |||
+ | add to / | ||
+ | < | ||
+ | echo bcm2835-v4l2 >> / | ||
+ | </ | ||
+ | |||
+ | control panel to change camera settings | ||
+ | <code bash> | ||
+ | sudo apt install v4l2ucp | ||
+ | </ | ||
+ | |||