tips:rasberry:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:rasberry:linux [2016/05/19 15:25] – [camera] scipiotips:rasberry:linux [2017/05/03 12:05] (current) scipio
Line 12: Line 12:
 </code> </code>
  
 +non fare con raspbian recenti
 +<code bash>
 +# apt install rpi-update
 +# rpi-update
 +</code>
 ===== camera ===== ===== camera =====
  
Line 23: Line 28:
  
   * [[http://picamera.readthedocs.io/en/release-1.10/recipes1.html|picamera]]   * [[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]]   * [[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 ==== ==== view picamera as normal USB camera ====
 +
  
 add to /etc/modules add to /etc/modules
 <code> <code>
-bcm2835-v4l2+echo bcm2835-v4l2 >> /etc/modules-load.d/modules.conf
 </code> </code>
 +
 +control panel to change camera settings
 +<code bash>
 +sudo apt install v4l2ucp
 +</code>
 +
 +
  • tips/rasberry/linux.1463664348.txt.gz
  • Last modified: 2016/05/19 15:25
  • by scipio