Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Linux ====== ===== Base ===== edit /etc/locale.gen and run locale-gen <code> apt-get install wiringpi python-pip # test GPIO gpio readall </code> non fare con raspbian recenti <code bash> # apt install rpi-update # rpi-update </code> ===== camera ===== <code> pip install "picamera[array]" </code> <code> raspistill -tl 100 [-t 99999] </code> * [[http://picamera.readthedocs.io/en/release-1.10/recipes1.html|picamera]] * [[http://pklab.net/?id=392&lang=EN|opencv 3.2]] * [[http://www.pyimagesearch.com/2015/03/30/accessing-the-raspberry-pi-camera-with-opencv-and-python/|opencv and rasberry]] ==== view picamera as normal USB camera ==== add to /etc/modules <code> echo bcm2835-v4l2 >> /etc/modules-load.d/modules.conf </code> control panel to change camera settings <code bash> sudo apt install v4l2ucp </code> tips/rasberry/linux.txt Last modified: 2017/05/03 12:05by scipio