BadIntentions
06-18-2011, 09:13 PM
Using buildroot, the GPL source I requested (and finally received), about 8 hours of my time and lots of tenacity, I have managed to compile additional kernel modules.
Linux video capture interface: v2.00
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
usb 1-1: new high speed USB device using ppc-of-ehci and address 3
usb 1-1: device descriptor read/all, error -71
usb 1-1: new high speed USB device using ppc-of-ehci and address 4
usb 1-1: New USB device found, idVendor=045e, idProduct=076d
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: Microsoft® LifeCam HD-5000
usb 1-1: Manufacturer: Microsoft
usb 1-1: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device Microsoft® LifeCam HD-5000 (045e:076d)
input: Microsoft® LifeCam HD-5000 as /class/input/input0
For my first test, I compiled video4linux and the uvcvideo driver. The kernel accepted the modules, and is able to communicate with the camera. While I have not gone so far as to get images from the camera, it is most certainly getting closer to fruition.
I intend to build wither mjpeg-streamer and/or Motion to enable remote monitoring (and maybe recording!) of an attached web camera. I had considered at one point trying for USB sound, but i am not entirely sure there is much use for that, nor would it be worth the large effort (needs utils, and some other things)
Linux video capture interface: v2.00
usbcore: registered new interface driver uvcvideo
USB Video Class driver (v0.1.0)
usb 1-1: new high speed USB device using ppc-of-ehci and address 3
usb 1-1: device descriptor read/all, error -71
usb 1-1: new high speed USB device using ppc-of-ehci and address 4
usb 1-1: New USB device found, idVendor=045e, idProduct=076d
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-1: Product: Microsoft® LifeCam HD-5000
usb 1-1: Manufacturer: Microsoft
usb 1-1: configuration #1 chosen from 1 choice
uvcvideo: Found UVC 1.00 device Microsoft® LifeCam HD-5000 (045e:076d)
input: Microsoft® LifeCam HD-5000 as /class/input/input0
For my first test, I compiled video4linux and the uvcvideo driver. The kernel accepted the modules, and is able to communicate with the camera. While I have not gone so far as to get images from the camera, it is most certainly getting closer to fruition.
I intend to build wither mjpeg-streamer and/or Motion to enable remote monitoring (and maybe recording!) of an attached web camera. I had considered at one point trying for USB sound, but i am not entirely sure there is much use for that, nor would it be worth the large effort (needs utils, and some other things)