Re: [Linux-uvc-devel] Test of the driver on GNU/Debian amd64
Linux UVC driver and tools
Brought to you by:
pinchartl
From: Laurent P. <lau...@sk...> - 2006-01-05 16:01:40
|
> Thanks for the tip. OpenCV is now supporting MJPEG. :-) > So, now with OpenCV (and the UVC driver), you can: > - load a image file of format MJPEG, > - use V4L2_PIX_FMT_MJPEG format for video acquisition. > > The patch you have posted to the video4linux mailing list was helpful. Great ! That will be very helpful (I plan to use OpenCV for a robotic project in the near future). Are the changes commited to OpenCV CVS ? > With V4L2_PIX_FMT_MJPEG, resolution switching works. Cool. :-) Resolution switching works with YUYV too, but only two resolutions are available (1024x576 and 1280x960). That's a device limitation, not a driver issue. > Thanks for your suggestions. You're welcome. Laurent Pinchart |