- 04 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 16 Jul, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Jul, 2013 2 commits
-
-
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.
-
Roman Donchenko authored
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it. Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn, unused, so I've just deleted them all.
-
- 09 Jul, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 08 Jul, 2013 1 commit
-
-
Andrew Senin authored
-
- 02 Jul, 2013 1 commit
-
-
Frédéric Devernay authored
[NSRunLoop currentRunLoop] is not the same as in the main thread. see https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F oundation/Classes/nsrunloop_Class/Reference/Reference.html "If no input sources or timers are attached to the run loop, this method exits immediately" The old code caused grabFrame() to return immediately if the capture was not done in the main thread. This code works correctly, even in secondary threads, provided that all capture functions are called in the *same* thread
-
- 28 Jun, 2013 2 commits
-
-
Alexander Shishkov authored
-
Kirill Kornyakov authored
-
- 27 Jun, 2013 2 commits
-
-
Dominik Rose authored
-
Alexander Smorkalov authored
Calib3d badarg tests fixed. Default exception handling enabled; Highgui Video I/O tests fixed on ARM; Code cleanup.
-
- 26 Jun, 2013 1 commit
-
-
Alexander Smorkalov authored
Windows RT sample cleanup. Video I/O code cleanup.
-
- 25 Jun, 2013 2 commits
-
-
Alexander Smorkalov authored
-
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 7 commits
-
-
Alexander Smorkalov authored
Video i/o tests enabled for media foundation; Negative stride support added to VideoCapture; Error handling improved, dead lock in case of playback error fixed; Some code refacotring done.
-
Alexander Smorkalov authored
I* + SafeRelease -> ComPtr.
-
Alexander Smorkalov authored
Camera-based VideoCapture updated to fit changes in ImageGrabber from prev commit
-
Alexander Smorkalov authored
Set and Get methods are not implemented; Camera based video capture is broken due to modifications.
-
Alexander Smorkalov authored
FourCC parameter handlig added; Smart pointers instead SafeRelease call; Windows RT support (vertical mirroring).
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
Code formating fixed; GrabFrame method implemented correclty.
-
- 19 Jun, 2013 1 commit
-
-
Roman Donchenko authored
I don't know why it didn't work for the original author, but it definitely works now.
-
- 18 Jun, 2013 2 commits
-
-
Alexander Shishkov authored
-
Alexander Shishkov authored
-
- 14 Jun, 2013 1 commit
-
-
Alexander Shishkov authored
Updated iOS camera. Added rotation flag. Added functions to lock/unlock focus, white balance and exposure.
-
- 11 Jun, 2013 1 commit
-
-
Andrew Senin authored
-
- 10 Jun, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 06 Jun, 2013 2 commits
-
-
Leszek Swirski authored
-
Leszek Swirski authored
-
- 20 May, 2013 2 commits
- 14 May, 2013 1 commit
-
-
Dominik Rose authored
-
- 13 May, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 30 Apr, 2013 1 commit
-
-
Luis Díaz Más authored
-
- 04 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
Based on pull request #685
-
- 03 Apr, 2013 3 commits
-
-
Karl-Heinz Zimmer authored
Set ptr to NULL, so this method can be called repeatedly. This fixes a crash after unplugging web cam and trying to re-scan the cameras.
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-