• Alexander Alekhin's avatar
    videoio: MSMF async reader for camera stream · 9629af1a
    Alexander Alekhin authored
    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').
    9629af1a
Name
Last commit
Last update
..
doc Loading commit data...
include/opencv2 Loading commit data...
misc Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...