- 25 Jun, 2017 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 20 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
- cmake dependencies search (WITH_MFX option) - raw H264, H265, MPEG2 encoding and decoding - tests for supported formats
-
- 19 Jun, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 26 Jan, 2017 1 commit
-
-
PkLab.net authored
-
- 24 Jan, 2017 1 commit
-
-
Dal Rupnik authored
-
- 23 Jan, 2017 1 commit
-
-
Dal Rupnik authored
-
- 01 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
Usage: writer.set(cv::CAP_PROP_IMAGES_BASE + cv::IMWRITE_JPEG_QUALITY, 80);
-
- 15 Nov, 2016 1 commit
-
-
sourin authored
-
- 09 Oct, 2016 1 commit
-
-
ArkadiuszRaj authored
-
- 08 Oct, 2016 1 commit
-
-
ArkadiuszRaj authored
-
- 07 Oct, 2016 1 commit
-
-
ArkadiuszRaj authored
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 14 Sep, 2016 1 commit
-
-
Valeriy Van authored
* Changes delegate property from assign to weak In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong. Assign for delegate is sign of legacy code. This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary. This change shouldn't break any existing code. * Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files For whatever reason compiler can't synthesize these. And yes, it's time to convert all Objective-C stuff to ARC.
-
- 09 Sep, 2016 2 commits
-
-
PkLab.net authored
-
Alexander Alekhin authored
-
- 26 Aug, 2016 1 commit
-
-
Valeriy Van authored
-
- 25 Aug, 2016 1 commit
-
-
Valeriy Van authored
strong and retain are synonymous but using strong along with obsolete synonym retain in one file is negligent
-
- 23 Aug, 2016 1 commit
-
-
yoffy authored
-
- 11 Aug, 2016 1 commit
-
-
PkLab.net authored
-
- 12 Jul, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 27 Jun, 2016 3 commits
-
-
PkLab.net authored
-
PkLab.net authored
-
Dmitry Trifonov 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.
-
- 18 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Gregory Morse authored
-
- 10 Nov, 2015 3 commits
-
-
Marian Zajko authored
-
Marian Zajko authored
-
Marian Zajko authored
-
- 09 Nov, 2015 1 commit
-
-
Marian Zajko authored
Removed tabulators from enumerators and ximea adapter source as reported by precommit docs test.
-
- 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
-
- 23 Oct, 2015 1 commit
-
-
Pierre Letessier authored
-
- 18 Oct, 2015 1 commit
-
-
Pavel Rojtberg authored
also refactor property range handling and opencv property to V4L2 translation.
-
- 21 Sep, 2015 1 commit
-
-
Dikay900 authored
-
- 08 Jul, 2015 1 commit
-
-
Pavel Rojtberg authored
a separate function instead of an overload not to change the ABI. rename VideoCapture paramter 'device' to 'index' in CPP to reflect that it allows specifying the API. update comments to explain how to specify the API.
-
- 30 Jun, 2015 1 commit
-
-
kalistratovag authored
Fixed errors in parallel_for based on pthreads Fixing compiler errore & removing whitespaces Fixing prallel_for_pthreads error and warnings on win
-
- 09 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
- fix compilation for old libraries - update codec/tag selection logic - add documentation note about MP4 container tags
-
- 02 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-