Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:rasberry:linux [2016/05/16 15:23] – created scipio | tips:rasberry:linux [2017/05/03 12:05] (current) – scipio | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Base ===== | ===== Base ===== | ||
+ | edit / | ||
+ | |||
+ | < | ||
+ | apt-get install wiringpi python-pip | ||
+ | |||
+ | # test GPIO | ||
+ | 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 | ||
+ | </ | ||