Raspicam: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „==Project Description === Here are my instructions to set up a nice and good quality Raspberry Pi Webcam. == Steps == * Download the Image: : from http://ww…“)
(kein Unterschied)

Version vom 14. August 2014, 23:59 Uhr

1 Project Description =

Here are my instructions to set up a nice and good quality Raspberry Pi Webcam.

2 Steps

  • Download the Image:
from http://www.raspberrypi.org/downloads/
download 2014-06-20-wheezy-raspbian.zip
  • unzip the image
unzip 2014-06-20-wheezy-raspbian.zip
  • insert a suitable SD card into the reader
  • check the device name:
lsusb
  • flash it:
dd bs=4M if=2014-06-20-wheezy-raspbian.img of=/dev/sdc
sync
  • dann ab damit in den Raspi
  • Dann hochfahren
  • apt-get update
  • Firmware updaten
  • disable_camera_led=1


3 Links