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…“)
 
 
Zeile 1: Zeile 1:
==Project Description ===
+
== Project Description ==
  
 
Here are my instructions to set up a nice and good quality Raspberry Pi Webcam.
 
Here are my instructions to set up a nice and good quality Raspberry Pi Webcam.
Zeile 21: Zeile 21:
 
* Firmware updaten
 
* Firmware updaten
 
* disable_camera_led=1
 
* disable_camera_led=1
 +
 +
...usw; Anweisungen hier folgen:
 +
http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=63276
  
  
Zeile 35: Zeile 38:
 
* http://www.sweetpi.de/blog/783/raspberry-pi-kamera-als-live-webcam-mit-aufnahmefunktion (GUT)
 
* http://www.sweetpi.de/blog/783/raspberry-pi-kamera-als-live-webcam-mit-aufnahmefunktion (GUT)
 
* http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=63276 (CAM-Software)
 
* http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=63276 (CAM-Software)
*
 

Aktuelle 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

...usw; Anweisungen hier folgen:

http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=63276


3 Links