Hi,
I need to test UVC device with my custom board beased on omapl138-lcdk. I managed to turn UVC -related switches in kernel ON and loaded uvcvideo.ko. When I plugged this Logitech I got console output:
root@omapl138-lcdk:/lib/modules/3.3.0/kernel/drivers/media/video/uvc# modprobe uvcvideo
Linux video capture interface: v2.00
usbcore: registered new interface driver uvcvideo
USB Video Class driver (1.1.1)
root@omapl138-lcdk:/lib/modules/3.3.0/kernel/drivers/media/video/uvc# usb 1-1: new high-speed USB device number 2 using musb-hdrc
usb 1-1: New USB device found, idVendor=046d, idProduct=0825
usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=2
usb 1-1: SerialNumber: 6821BE90
uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
input: UVC Camera (046d:0825) as /devices/platform/musb-da8xx/musb-hdrc/usb1/1-1/1-1:1.0/input/input0
However "/dev/video0" does not appear? How can I access the camera?
risto