- 30 Dec, 2014 1 commit
-
-
vbystricky authored
-
- 27 Dec, 2014 2 commits
- 24 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 17 Dec, 2014 1 commit
-
-
Joe Howse authored
-
- 16 Dec, 2014 1 commit
-
-
Artur Wieczorek authored
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
-
- 15 Dec, 2014 1 commit
-
-
Ana Huaman Quispe authored
Changed CV_DbgAssert to CV_Assert when setting video modes for OpenNI2. Otherwise, in release mode the default modes never get set
-
- 14 Dec, 2014 1 commit
-
-
vincentweb authored
sensors which do not have image generators.
-
- 01 Dec, 2014 1 commit
-
-
Dmitry-Me authored
-
- 07 Nov, 2014 1 commit
-
-
Alexander Alekhin authored
Not all parameters are specified for openni::VideoMode, so "selected" mode can be unsupported for device. Replace default VideoMode constructor to result of getVideoMode() call.
-
- 04 Nov, 2014 1 commit
-
-
Yusuke Suzuki authored
-
- 18 Oct, 2014 1 commit
-
-
Artur Wieczorek authored
-
- 17 Oct, 2014 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 10 Oct, 2014 4 commits
-
-
Artur Wieczorek authored
Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode. Replace printf function used for diagnostic purposes with dedicated DebugPrintOut function to output debug messages. This function is effective only in Debug mode and its body becomes empty in Release mode to reduce footprint.
-
Artur Wieczorek authored
Save selected FCC in order to return proper CV_CAP_PROP_FOURCC property value (currently FCC for RGB24 is always returned).
-
Artur Wieczorek authored
FOURCC code bytes should be placed in the reverse order.
-
Artur Wieczorek authored
Set correct value of sample size when calling IAMStreamConfig::SetFormat function. For non-RGB media type it can be set to zero value. (See http://msdn.microsoft.com/en-us/library/windows/desktop/dd373477%28v=vs.85%29.aspx)
-
- 01 Oct, 2014 1 commit
-
-
Artur Wieczorek authored
Use _com_ptr_t instead of CComPtr in ComPtr wrapper to avoid ATL dependency.
-
- 28 Sep, 2014 1 commit
-
-
Artur Wieczorek authored
-
- 26 Sep, 2014 2 commits
-
-
Manfred Georg authored
-
Alexander Smorkalov authored
-
- 25 Sep, 2014 6 commits
-
-
Alexander Smorkalov authored
-
Artur Wieczorek authored
Applied in PR3260 to 2.4 branch
-
Artur Wieczorek authored
Applied in PR3251 to 2.4 branch
-
Artur Wieczorek authored
Applied in PR3251 to 2.4 branch.
-
Artur Wieczorek authored
Applied in PR3243 to 2.4 branch.
-
Artur Wieczorek authored
Applied in PR3240 to 2.4 branch.
-
- 23 Sep, 2014 3 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
For several muxers and encoders GStreamer still drops the last frame.
-
- 16 Sep, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 15 Sep, 2014 1 commit
-
-
Alexander Smorkalov authored
- Accurate ASYC task handling for both GStreamer generations. - Correct video duration request for videos. - More accurate pipeline destruction. - Correct color space conversion plugin for GStreamer 1.0.
-
- 09 Sep, 2014 1 commit
-
-
Igor Kuzmin authored
also use correct include path on Linux
-
- 26 Aug, 2014 1 commit
-
-
PhilLab authored
-
- 19 Aug, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 12 Aug, 2014 1 commit
-
-
Nick D'Ademo authored
BUGFIX: Fixed bugged when setting PVAPI property CV_CAP_PROP_FRAME_HEIGHT.
-
- 11 Aug, 2014 2 commits
-
-
Low Chin Kian authored
Signed-off-by:
Low Chin Kian <kenlck1990@gmail.com>
-
Nick D'Ademo authored
Added get and set for additional PVAPI properties: DecimationHorizontal, DecimationVertical, BinningX, BinningY
-