Hi Minnu, On Friday 02 January 2009, minnu p wrote: > Hi, > > I am using Logitech Pro 9000 cam for video capturing for my video phone > application. I am using 2.6.22 linux kernel. Since my kernel (which is a > customized one) does not have support for uvcvideo I compiled the module > and did insmod. > > Insmod went fine. But my cam is not getting detected as /dev/videoX when > connected. > This is the relevant part of dmesg output: > --------------------------------------------------------------------------- > uvcvideo 1-1.3:1.0: usb_probe_interface - got id > > uvcvideo: Found UVC 1.00 device <unnamed> (046d:0990) > > uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling > workaround. > > input: UVC Camera (046d:0990) as /class/input/input2 > ---------------------------------------------------------------------------
I can't see anything wrong there. The UVC non compliance message is a bug in the driver and a fix has been committed to the Mercurial repository, but it shouldn't stop the camera from working. > Did not find a log saying the device has been registered. > I have read in previous forum discussions that this issue is already > reported with my cam model. > > I am using luvcview for capturing video. The application fails. > Is there any workaround for the issue. How to get my cam registered as usb > device /dev/video? Have a look in /sys/class/video4linux to see if the driver registers a video device for your camera. If it does, you're most likely having a udev problem. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
