- 21 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
reuse av_guess_sample_aspect_ratio() if available in ffmpeg
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 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
-
- 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
-
- 30 Sep, 2016 1 commit
-
-
sourin authored
-
- 09 Sep, 2016 2 commits
-
-
PkLab.net authored
-
Alexander Alekhin authored
-
- 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
-
- 18 Oct, 2015 1 commit
-
-
Pavel Rojtberg authored
also refactor property range handling and opencv property to V4L2 translation.
-
- 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
-
- 27 May, 2015 1 commit
-
-
Philipp Hasper authored
-
- 20 May, 2015 1 commit
-
-
Piotr Dobrowolski authored
-
- 15 May, 2015 1 commit
-
-
Maxim Kostin authored
Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 22 Apr, 2015 1 commit
-
-
Philipp Hasper authored
-
- 21 Apr, 2015 1 commit
-
-
Nisarg Thakkar authored
-
- 27 Mar, 2015 1 commit
-
-
Vadim Pisarevsky authored
added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder
-
- 25 Mar, 2015 1 commit
-
-
Vadim Pisarevsky 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.
-
- 15 Jan, 2015 1 commit
-
-
soyer 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.
-
- 14 Dec, 2014 1 commit
-
-
vincentweb authored
sensors which do not have image generators.
-