This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:rasberry:linux [2016/05/16 16:16] – [Base] scipio | tips:rasberry:linux [2017/05/03 12:05] (current) – scipio | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| < | < | ||
| - | apt-get install wiringpi | + | apt-get install wiringpi |
| # test GPIO | # test GPIO | ||
| gpio readall | gpio readall | ||
| </ | </ | ||
| + | |||
| + | non fare con raspbian recenti | ||
| + | <code bash> | ||
| + | # apt install rpi-update | ||
| + | # rpi-update | ||
| + | </ | ||
| + | ===== camera ===== | ||
| + | |||
| + | < | ||
| + | pip install " | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | raspistill -tl 100 [-t 99999] | ||
| + | </ | ||
| + | |||
| + | * [[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 | ||
| + | </ | ||
| + | |||
| + | |||