opencv/modules/videoio
Alexander Alekhin 9629af1aa9 videoio: MSMF async reader for camera stream
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').
2018-06-14 18:37:05 +03:00
..
doc Large update of videoio doc and samples following mshabunin comments 2016-09-09 18:46:11 +02:00
include/opencv2 build: fix warnings 2018-04-24 16:15:22 +03:00
misc java(test): fix test names 2018-01-12 19:14:00 +00:00
perf read in gray scale mode when writing a gray scale video 2018-02-19 18:33:05 +09:00
src videoio: MSMF async reader for camera stream 2018-06-14 18:37:05 +03:00
test videoio(test): fixup information dump 2018-05-31 18:54:43 +03:00
CMakeLists.txt cmake: support find_package(FFMPEG) 2018-05-31 18:27:01 +03:00