[Linux-uvc-devel] Slackware 10.2 - 2.6.15 vanilla
Linux UVC driver and tools
Brought to you by:
pinchartl
From: Drew O. <ost...@gm...> - 2006-01-06 21:52:25
|
Hey All, Sorry about the last message, hit send when i was meaning to past in some of the results. Here is my dmesg output: usb 2-2: new full speed USB device using ohci_hcd and address 2 usbvideo: Probing device 2 Format MJPEG found usbvideo: Found a Status endpoint (addr 87). usbvideo: Found UVC device (1.00) usbvideo: Scanning UVC chain: OT 5 <- Unit 4 <- Unit 3 <- Unit 2 <- IT 1 usbvideo: Found a valid video chain (1 -> 5). usbvideo: UVC device initialized. usbcore: registered new driver usbvideo USB Video Class driver (v0.1.0) And my output running the previous test application which was posted in the mailing list: Device /dev/video0 opened: . Unable to set format: 22. Hopefully this will be able to give you guys a better idea on what i am working with. If you should require anything don't hesitate to ask. And again, work on a driver like this is amazing! Keep it up! Regards, Drew Ostheimer ---------- Original message ---------- From: Drew Ostheimer <ost...@gm...> Date: Jan 6, 2006 3:46 PM Subject: Re: [Linux-uvc-devel] Test of the driver on GNU/Debian amd64 To: lin...@li... Hello Olivier Et All, It's great to see some people working on this driver. I am working with a Quickcam for Notebooks Pro, megapixle edition. I have installed and got the uvcvideo module to load and when i connect the camera everything is recognized properly. The only thing i see lacking is it not informing me that it is attached to /dev/video*. I am unsure of where it is getting attached and that could be half my problem. Olivier: Would it be possible to post a simple OpenCV application to grab 1 frame from the camera? Would be greatly appreciated and help me in my endeavor. |