]> rtime.felk.cvut.cz Git - opencv.git/commit
Added V4L capture interface that uses libv4l. This enables better support for variou...
authorrstanchak <rstanchak@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Tue, 10 Mar 2009 13:12:08 +0000 (13:12 +0000)
committerrstanchak <rstanchak@73c94f0f-984f-4a5f-82bc-2d8db8d8ee08>
Tue, 10 Mar 2009 13:12:08 +0000 (13:12 +0000)
commitd5695994bd364a05532c2f53c6b43b1e4a03b787
tree38d4cd7d5db7e93d3c981af3a34dba87458ffe82
parentbfabf3572e7793177137f94e3a57f9d0cf300343
Added V4L capture interface that uses libv4l.  This enables better support for various webcam image formats and off-loads maintenance and addition of new formats up stream. If the user's system has libv4l installed, it will be enabled by default.  Otherwise, the existing V4L interface is used.

git-svn-id: https://code.ros.org/svn/opencv/trunk@1628 73c94f0f-984f-4a5f-82bc-2d8db8d8ee08
opencv/CMakeLists.txt
opencv/src/highgui/CMakeLists.txt
opencv/src/highgui/cvcap_libv4l.cpp [new file with mode: 0644]