This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:rasberry:linux [2016/05/19 15:25] – [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 ==== | ==== 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 | ||
| + | </ | ||
| + | |||
| + | |||