- 07 Mar, 2016 1 commit
-
-
Krishnaraj Bhat authored
cosmetic changes to fix this warning. real bugs not found
-
- 02 Mar, 2016 1 commit
-
-
Pavel Rojtberg authored
-
- 01 Mar, 2016 1 commit
-
-
Péter Trombitás authored
-
- 17 Feb, 2016 1 commit
-
-
Marian Zajko authored
- added CAP_PROP_XI_SENSOR_BOARD_TEMP parameter - added acquisition resetting for paramters that require it
-
- 09 Feb, 2016 1 commit
-
-
Marian Zajko authored
- fixed getProperty call definition - added new parameter defitions removed whitespaces Reworked enumerators to keep values from previous commit ximea enums fixes - fixed whitespaces issue - fixed duplicate enum values error ximea enum definitions update - fixed videioio.hpp code style - fixed ABI violation in enums - added new parameter handlers to cpp XIMEA setProperty update Added acquisition resetting to buffer size adjustment parameters.
-
- 06 Feb, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 04 Feb, 2016 1 commit
-
-
Peter Rekdal Sunde authored
Fix docs build failure by re-indenting with spaces instead of tabs. Trailing whitespace fixes. http://pullrequest.opencv.org/buildbot/builders/precommit_docs/builds/5152/steps/whitespace/logs/stdio mingw build fix.
-
- 02 Feb, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 01 Feb, 2016 1 commit
-
-
Philippe FOUBERT authored
The "CvCaptureCAM_XIMEA::getProperty" method had not the same signature as "CvCapture::getProperty" so it was not called when we use the "VideoCapture::get" method (the "const" specifier was missing).
-
- 25 Jan, 2016 2 commits
-
-
Marian Zajko authored
-
Marian Zajko authored
Fixed ximea cmake settings for 32bit win build and linux.
-
- 12 Jan, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 25 Dec, 2015 1 commit
-
-
HMM@T430s-x64 authored
fixes #5878
-
- 18 Dec, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 Dec, 2015 2 commits
-
-
Gregory Morse authored
-
Alexander Alekhin authored
-
- 09 Dec, 2015 2 commits
-
-
Dan authored
-
Gregory Morse authored
Fix C++/CX support for all WINRT and bring back native-mode only support which was removed
-
- 17 Nov, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 16 Nov, 2015 1 commit
-
-
Philipp Hasper authored
-
- 12 Nov, 2015 1 commit
-
-
mbarann authored
MSMF expects a bottom-up video frame, so the buffer pointer must point to the end of the data and the stride needs to be negative
-
- 10 Nov, 2015 3 commits
-
-
Marian Zajko authored
-
Marian Zajko authored
-
Marian Zajko authored
-
- 09 Nov, 2015 2 commits
-
-
Marian Zajko authored
-
Marian Zajko authored
Removed tabulators from enumerators and ximea adapter source as reported by precommit docs test.
-
- 08 Nov, 2015 7 commits
-
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
Conversion was not ITU 601 conformant. Also add YVU420 format to allowed zero copy access.
-
Pavel Rojtberg authored
internally using ipp this conversion is now roughly 2x faster. also add RGB/ BGR formats to allowed zero copy access.
-
Pavel Rojtberg authored
possible source of memory leaks and unneeded complexity
-
Pavel Rojtberg authored
by updating to c++ coding conventions - const correctness - use bool as return value - use explicit initialization instead of CLEAR macro/ memset - use cv namespace
-
Pavel Rojtberg authored
the last kernel that allowed compiling this code was 2.6.37 which was released almost 5 Years ago. So probably it does not get much testing any more. Furthermore even back then one was better off using the V4L2 API. The only change touching currently used code is the removal of the global V4L2_SUPPORT variable.
-
- 05 Nov, 2015 1 commit
-
-
Marian Zajko authored
- replaced m3api/m3apiX64 binaries with latest xiapi32/xiapi64 to support latest camera models - added new parameter definitions to videoio_c.h and SetProperty/GetProperty calls - added acquisition resetting for specific parmateters in SetProperty call - added new error return value evaluators
-
- 31 Oct, 2015 1 commit
-
-
grundman authored
Current implementation returns NaN for some configs of FFMPEG, call default get_fps() instead (as also used by PROP_POS_MSEC)
-
- 24 Oct, 2015 1 commit
-
-
Pierre Letessier authored
-
- 23 Oct, 2015 1 commit
-
-
Pierre Letessier authored
-
- 18 Oct, 2015 2 commits
-
-
Pavel Rojtberg authored
allows disabling automatic conversion to RGB for certain formats. If conversion is disabled the returned image just points to the underlying buffer, so no memcpy is performed. Note that we do not check image size in retrieve frame any more as it can not possibly while the device is streaming. Furthermore this code was disabled altogether by the wrong ifdef in the previous commit.
-
Pavel Rojtberg authored
in the case of HAVE_CAMV4L2 && !HAVE_CAMV4L there was no body for the if statement.
-