[Linux-uvc-devel] Re: Test of the driver on GNU/Debian amd64
Linux UVC driver and tools
Brought to you by:
pinchartl
From: Drew O. <ost...@gm...> - 2006-01-07 16:31:38
|
Hello, > Just download the CVS version of OpenCV from: > > http://sourceforge.net/cvs/?group_id=3D22870 Did that yesterday and actually got it to compile. > Build and install. Then, try one of the sample in samples/c/ or > samples/python/. To see how to use the camera, you can look at > samples/c/camshiftdemo.c or samples/python/cam-histo.py (my preference > goes to the python version :-) ). I compiled the C version yesterday and the samples seem to be working properly. Thanks for you help with this matter. I was wondering if you had a sample piece of code for changing the camera resolution? I seem to be getting 640x480 nice and smooth, but i would rather work in 320x240, limitations on my processing algorithms. Is there a way to grab straight from the camera at this resolution or should i just convert in my application? There is already a heavy load on the processors by the way. Regards, Drew Ostheimer |