We are trying to stream a webcam in our local network via the raspberry pi. We use the following script:
- Code: Select all
sudo aptitude install libv4l-0
ls /dev/video0
wget http://www.bobtech.ro/get?download=36:mjpg-streamer-rpi
mv get\?download\=36\:mjpg-streamer-rpi mjpg-streamer-rpi.tar.gz
tar -zxvf mjpg-streamer-rpi.tar.gz
cd mjpg-streamer
sudo nano mjpg-streamer.sh
./mjpg-streamer.sh start
(from http://www.bobtech.ro/tutoriale/raspber ... spberry-pi)
Basically it works but the picture flickers (parts of the image are replicated and shifted, see screenshot). We are using this camera: logitech quickcam communicate stx
Furthermore we tried to troubleshoot the problem: the webcam works perfectly on our main computer and the raspberry pi must have enough power, because we shorted the USB fuses and we used a bigger power supply (1.5A).
What causes that flickering and what can we do to avoid that?
Regards,
Daniel and Nico

http://dl.dropbox.com/u/1499686/screen.png