Re: [Linux-uvc-devel] uvcview videograbber with preview available for testing
Linux UVC driver and tools
Brought to you by:
pinchartl
From: Laurent P. <lau...@sk...> - 2006-01-09 11:03:47
|
Hi Luc, > Last week, i've made a patch for gnomemeeting, to add a new format to > support the pwc driver, i can add the mjpeg format. Great news ! Damien Sandras will be happy. I've had a look at pwlib. The code is quite clean, but I don't have time to do it myself, so I'm glad you offered your help. > I hope that gnomemeeting is link to the jpeg library or something like that. I don't think it will be a problem to link to libjpeg (even if Damien would rather avoid it if possible). Remember that the MJPEG data doesn't contain the Huffman tables, so you need to add them manually (see the Qt patch I posted on this list). > I've try > to modify the driver, (and a little mplayer) to support uvc but it crash my > kernel seems to be the bug related with ati chipset. I've not retested with > a more recent kernel. Why did you need to modify the driver ? > I've some problem with kopete to at least support my webcam, but i've not > looked the code. Kopete and gnomemeeting is c++ code. I'll see if I can code MJPEG support for Kopete in the not-so-distant future. I'm currently working on adding proper controls support to the driver. Laurent Pinchart |