mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
9629af1aa9
Synchronized reading from camera with heavy frame processing provides bad effects (huge frame latency, processing frames from the past). Generally, there is no way to process each frame and some frames will be dropped. Allow preventive frame dropping to reduce lag of processed frames. This mode is applied to cameras only (opened by 'index'). |
||
---|---|---|
.. | ||
doc | ||
include/opencv2 | ||
misc | ||
perf | ||
src | ||
test | ||
CMakeLists.txt |