Raspicam: Unterschied zwischen den Versionen
Aus DL8RDS Wiki
Dl8rds (Diskussion | Beiträge) (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
- https://www.modmypi.com/blog/installing-the-raspberry-pi-camera-board
- http://www.raspberrypi.org/documentation/usage/camera/raspicam/README.md
- http://jankarres.de/2013/08/raspberry-pi-firmware-aktualisieren/
- http://raspberrypiguide.de/howtos/raspberry-pi-firmware-update/
- http://www.sonoya.com/anleitung-raspberry-pi-firmware-update-behebt-diverse-fehler.html
- http://www.laub-home.de/wiki/Raspberry_Pi_als_Webcam_Server
- http://www.rc-network.de/forum/content.php/374-Webcam-mit-Raspberry-Pi
- http://www.laub-home.de/wiki/Raspberry_Pi_als_Webcam_Server
- http://www.raspberrypi.org/documentation/usage/webcams/
- 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)