• 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
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...