- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Mar, 2015 1 commit
-
-
Prof. Dr. Rudolf Haussmann authored
(use "git reset HEAD <file>..." to unstage) modified: modules/java/generator/gen_java.py modified: modules/videoio/include/opencv2/videoio.hpp modified: modules/videoio/include/opencv2/videoio/videoio_c.h modified: modules/videoio/src/cap_dshow.cpp modified: modules/videoio/src/cap_pvapi.cpp Following changes have been made: 1. Some minor bugs have been removed. 2. In the PvAPI module the option CAP_PROP_MONOCROME has been removed because this option does not make sense and causes an error if a color camera is used. 3. Instead the new option CAP_PROP_PVAPI_PIXELFORMAT has been added which allows to activate the different pixel formats (color modes) of an AVT camera. 4. Since there were two identical defines CAP_PROP_MONOCROME = 19 CAP_PROP_MONOCHROME = 19 which were also used in the other module DSHOW, the first one with an orthographic error has been removed in favor of the second one.
-
- 16 Dec, 2014 1 commit
-
-
Artur Wieczorek authored
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
-
- 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
-
- 14 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 14 Jan, 2014 1 commit
-
-
Nick D'Ademo authored
Added "PVAPI_" prefix to FrameStartTriggerMode definition
-
- 13 Jan, 2014 1 commit
-
-
Nick D'Ademo authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 28 Nov, 2012 1 commit
-
-
askforeric authored
- Added Gain control - Changed default acquisition mode to grayscale - Fixed a signed/unsigned compare issue - Implemented frame resizing - Implemented automatic buffer resizing on frame resize - Corrected camera initialization so that it attempts to put the camera in Mono8 but does not fail if this doesn't succeed.
-
- 30 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 24 May, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Apr, 2012 1 commit
-
-
Alexander Reshetnikov authored
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 12 Apr, 2012 3 commits
-
-
Andrey Kamaev authored
-
Alexander Reshetnikov authored
-
Alexander Reshetnikov authored
-
- 09 Jun, 2011 1 commit
-
-
Stefano Fabri authored
-
- 08 Jun, 2011 1 commit
-
-
Stefano Fabri authored
-
- 06 Jun, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV
-
- 13 Jul, 2010 3 commits
-
-
Stefano Fabri authored
-
Stefano Fabri authored
-
Stefano Fabri authored
-
- 25 Jun, 2010 1 commit
-
-
Stefano Fabri authored
-
- 24 Jun, 2010 5 commits
-
-
Stefano Fabri authored
-
Stefano Fabri authored
-
Stefano Fabri authored
-
Stefano Fabri authored
-
Stefano Fabri authored
Adapted mtu and packed size Some minor fixes in gstreamer because not implemented support of v4l v4l2 in the wrapper default beahvior must be v4l v4l2 or libv4l backends
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-