I'm working on a robotics project which aims to use the Raspberry for computing visual SLAM calculations, and now I'm trying to get my webcam (a Logitech C270) to work -- and before you ask, yes, it is plugged into a powered USB hub.
I've also stumbled in the issues described in this thread, so I'm looking for alternate ways to receive a stream from the camera.
After loading the uvcvideo module with the "nodrop=1" option, avplay gives me a solid 432x240@15 FPS output with this command:
Code: Select all
avplay -f video4linux2 -video_size=432x240 /dev/video0Code: Select all
fswebcam -r 800x600 testfs.jpg

What do you think is wrong?