- 16 Aug, 2015 1 commit
-
-
Ilya Lavrenov authored
1. Enabled property retrieval: height, width, FPS 2. Fixed issue when isOpened returns always true even for non-existing devices 3. Ability to work with non-0 device. Camera capture index is taken into account
-
- 24 Sep, 2014 1 commit
-
-
Artur Wieczorek authored
-
- 13 Dec, 2013 1 commit
-
-
Vladimir Bystricky authored
-
- 29 Oct, 2013 1 commit
-
-
Roman Donchenko authored
Previously, VideoCapture::retrieve would return a Mat that referenced the internal IplImage. Since the latter is rewritten every time a frame is captured, it means that if the user captures two frames in a row, the first frame would reference nothing. Similar if a user captures a frame, then destroys the VideoCapture instance. Note that the other branch of the if isn't affected, since flip allocates a new Mat.
-
- 14 Aug, 2013 2 commits
- 11 Jul, 2013 1 commit
-
-
Nikita Manovich authored
VideoCapture didn't call release method and just ignored the new capture sources. OpenCV documentation: bool VideoCapture::open(const string& filename); bool VideoCapture::open(int device); The methods first call VideoCapture::release() to close the already opened file or camera.
-
- 09 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 25 Jun, 2013 1 commit
-
-
Alexander Smorkalov authored
Bug in Video for Windows capture init fixed; Media Foundation based capture finalization fixed; Highgui tests for video i/o updated.
-
- 24 Jun, 2013 3 commits
-
-
Alexander Smorkalov authored
Set and Get methods are not implemented; Camera based video capture is broken due to modifications.
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
Code formating fixed; GrabFrame method implemented correclty.
-
- 03 Apr, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 27 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 20 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
TIFF build was fixed; Direct Show back-end was enabled; More accurate guards implemented.
-
- 13 Mar, 2013 1 commit
-
-
Alexander Smorkalov authored
GPU module turned off; TIFF support turned off; Windows Managment and Video IO (VFW) turned off.
-
- 28 Jan, 2013 2 commits
-
-
Patrick Welche authored
* Decouple Video4Linux2 support from Video4Linux as existence of v4l2 on a system does not imply support for v4l. * Don't use V4L's struct video_window in V4L2 code. * Removed __USE_GNU as comment says: /* support for MJPEG is only available with libjpeg and gcc, because it's use libjepg and fmemopen() so replace with test for fmemopen() if found necessary.
-
Patrick Welche authored
The video(4) driver provides a Video4Linux2 compatible API for various video peripherals. This patch propagates HAVE_VIDEOIO if the sys/videoio.h include file is found, which is the signature of video(4).
-
- 19 Nov, 2012 1 commit
-
-
Ilya Lavrenov authored
-
- 17 Oct, 2012 1 commit
-
-
OpenCV Buildbot authored
-
- 12 Oct, 2012 1 commit
-
-
Evgeny Talanin authored
-
- 07 Sep, 2012 2 commits
-
-
Alexander Smorkalov authored
Camera connect->disconnect->connect leads to sigsegv. Apply properties method reimplemented. (cherry picked from commit 710e0709)
-
Alexander Smorkalov authored
Camera connect->disconnect->connect leads to sigsegv. Apply properties method reimplemented.
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 01 Jun, 2012 2 commits
-
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
reverted the original VideoCapture::read() code; moved frame index check to where it should belong: ffmpeg wrapper; applied patch by Rob Reilink (ticket #1971)
-
- 22 May, 2012 1 commit
-
-
Alexander Mordvintsev authored
-
- 05 May, 2012 1 commit
-
-
Alexander Reshetnikov authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Apr, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 09 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well.
-
- 21 Mar, 2012 1 commit
-
-
Maria Dimashova authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Aug, 2011 1 commit
-
-
Artem Myagkov authored
-
- 23 Aug, 2011 1 commit
-
-
Artem Myagkov authored
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial
-
- 15 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-