Re: [Linux-uvc-devel] Fuji Finepix S5500 -- kernel call trace
Linux UVC driver and tools
Brought to you by:
pinchartl
|
From: Laurent P. <lau...@sk...> - 2006-02-02 19:31:30
|
> > Can you try 'uvcview -s 640x480' ? > > As lsusb tells us, the output format is mjpeg 352x288, 15 fps. When I do > that, I get: > > maarten@aspire:~ uvcview -s 352x288 > uvcview verion 0.1.3 > size width: 352 height: 288 > Video driver: x11 > A window manager is available > video /dev/video0 > Unable to start capture: 5. > Error grabbing > Clean Up done Quit That's better, but still not good. The device descriptors show that your camera has a bulk endpoint, while the linux-uvc driver currently supports isochronous endpoints transfers. As I have no bulk device, it would be difficult to implement bulk support. If you are familiar with kernel development, I can give you some help regarging what should be done. Laurent Pinchart |