- 25 Aug, 2018 1 commit
-
-
Maxim Smirnov authored
Some `CV_Assert`s changed to `CV_Assert_N`s according to https://github.com/opencv/opencv/issues/12304
-
- 21 Aug, 2018 1 commit
-
-
Kaartic Sivaraam authored
The while loop would run only once making it useless and leading to confusion. So, remove the unwanted while loop and just keep an infinite for loop.
-
- 07 Aug, 2018 2 commits
- 02 Aug, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 27 Jul, 2018 2 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 24 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 23 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 20 Jul, 2018 1 commit
-
-
Teng Yiliang authored
the static variables will cause race-condition when operating in multithread scenarios. Signed-off-by:
Teng Yiliang <ylteng@outlook.com> Signed-off-by:
Teng Yiliang <yiliang.teng@weimob.com>
-
- 19 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
into cv::videoio_registry namespace
-
- 18 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 16 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 04 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 03 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 29 Jun, 2018 3 commits
-
-
Alexander Alekhin authored
build fails with MSVS 2012 without additional flags
-
Alexander Alekhin authored
OpenCV binaries are compiled on Win10 environment
-
Alexander Alekhin authored
-
- 26 Jun, 2018 1 commit
-
-
Vitaly Tuzov authored
-
- 25 Jun, 2018 1 commit
-
-
Rostislav Vasilikhin authored
* Kinect2 support added to OpenNI2 backend * more fixes for OpenNI2 backend * whitespace fixed * libfreenect2 support added * const cast added * mutable removed
-
- 15 Jun, 2018 1 commit
-
-
Adam Rankin authored
-
- 14 Jun, 2018 2 commits
-
-
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').
-
Alexander Alekhin authored
Use Win32 TRUE/FALSE in SetUINT32() calls for bool parameters
-
- 13 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
`camid` value is always -1 after close().
-
- 09 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 08 Jun, 2018 2 commits
-
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
- no behavior changes in grabFrame() - added Lock2D() support into retrieveFrame()
-
- 04 Jun, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 31 May, 2018 5 commits
-
-
Alexander Alekhin authored
Use "OPENCV_FFMPEG_USE_FIND_PACKAGE" variable to specify find_package() parameters
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 29 May, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Using codec->time_base is deprecated to specify muxer settings. Resolves issue with FPS value for AVI files with FFmpeg 4.0. Related FFmpeg commits: - https://github.com/FFmpeg/FFmpeg/commit/194be1f43ea391eb986732707435176e579265aa - https://github.com/FFmpeg/FFmpeg/commit/91736025b2807995e29bd0661807c1c84f515fef
-
- 23 May, 2018 1 commit
-
-
Vitaly Tuzov authored
-