I've been faffing and googleing trying to figure out how to get the webcam to work on my PI with little success. Here's what I've done so far..
This guy seems to have the same issue: http://ubuntuforums.org/showthread.php?t=794589
Any way when I do the following:
- Code: Select all
lsusb
I get this:
- Code: Select all
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 1997:1221
Bus 001 Device 005: ID 0ac8:0323 Z-Star Microelectronics Corp. Luxya WC-1200 USB 2.0 Webcam
If I use fswebcam I get the following:
- Code: Select all
--- Opening /dev/video0...
Trying source module v4l2...
/dev/video0 opened.
No input was specified, using the first.
Adjusting resolution from 384x288 to 320x240.
--- Capturing frame...
Timed out waiting for frame!
No frames captured.
dmesg | tail
Gives me the following:
- Code: Select all
[ 9686.668180] gspca_main: ISOC data error: [0] len=0, status=-63
[ 9686.708700] gspca_main: ISOC data error: [4] len=0, status=-63
[ 9686.777821] gspca_main: ISOC data error: [27] len=0, status=-63
[ 9686.866739] gspca_main: ISOC data error: [0] len=0, status=-63
[ 9690.064859] gspca_main: ISOC data error: [12] len=0, status=-63
[ 9690.068980] gspca_main: ISOC data error: [0] len=0, status=-63
[ 9690.073252] gspca_main: ISOC data error: [0] len=0, status=-63
[ 9690.073280] gspca_main: ISOC data error: [25] len=0, status=-63
[ 9690.755175] gspca_main: ISOC data error: [22] len=0, status=-63
Here's a list of webcam software I've tried:
cheese, guvcview, fswebcam, camorama.
Some forums seem to suggest I should use V4L1 instead of V4L2 but I can't seem to get my head around how to change that or if it should/would work...
Any ideas?? Please bare with me I'm self taught, this is my first time using debian/linux and most of what you've read I've picked up in the last two days
Thanks for any help.
Roger