mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
0d65397ae7
cap_libv4l depends on an external library (libv4l) yet is still larger (1966 loc vs 1822 loc). It was initially introduced copy pasting cap_v4l in order to offload various color conversions to libv4l. However nowadays we handle most of the needed color conversions inside OpenCV. Our own implementation is better tested and (probably) also better performing. (as it can optionally leverage IPP/ OpenCL) Currently cap_v4l is better maintained and generally the code is in better shape. There is however an API difference in getting unconverted frames: * on cap_libv4l one need to set `CV_CAP_MODE_GRAY=1` or `CV_CAP_MODE_YUYV=1` * on cap_v4l one needs to set `CV_CAP_PROP_CONVERT_RGB=0` the latter is more flexible though as it also allows accessing undecoded JPEG images. fixes #4563 |
||
---|---|---|
.. | ||
js_tutorials | ||
pattern_tools | ||
py_tutorials | ||
tools | ||
tutorials | ||
acircles_pattern.png | ||
bodybg.png | ||
CMakeLists.txt | ||
disabled_doc_warnings.txt | ||
Doxyfile.in | ||
DoxygenLayout.xml | ||
faq.markdown | ||
footer.html | ||
header.html | ||
mymath.js | ||
mymath.sty | ||
opencv-logo2.png | ||
opencv-logo-small.png | ||
opencv-logo-white.png | ||
opencv-logo.png | ||
opencv.bib | ||
opencv.ico | ||
opencv.jpg | ||
pattern.png | ||
root.markdown.in | ||
stylesheet.css | ||
tutorial-utils.js |