278 Commits (8215d20dbf4a380dab75c397e39c9c3e59a75de8)

Author SHA1 Message Date
Andrew Senin eb40dde688 Fixing XIMEA parameters mapping (issue #4176) 10 years ago
StevenPuttemans 83723c15be added extra BUFFERSIZE doc and getter 10 years ago
StevenPuttemans 8454a8f2d1 adding extra buffer parameter 10 years ago
Ilya Lavrenov efa2baed83 TCP instead of UDP 10 years ago
jormansa 3c2e12a744 bug fixed 10 years ago
Martijn Liem 7e6947a940 Bugfix for bug #3767 10 years ago
Dikay900 7ca0557b40 typos in comments 10 years ago
Ehren Metcalfe e9bc9c47c2 Fix resource leak with iOS camera due to failure to remove AVCaptureSession input/outputs on stop (Bug #3389) 10 years ago
Maxim Kostin 4418ee6c77 Refactored internal helpers. Simplified structure. Updated comments. Updates #41 10 years ago
Piotr Dobrowolski 6d0407b65e VideoCapture with digital camera and gPhoto2 library 10 years ago
Maxim Kostin 55f78f8a83 Added configuration changes enabling videoio WinRT support. 10 years ago
Maxim Kostin d08cb6b357 Added WinRT support for videoio. 10 years ago
Maxim Kostin d40eefd5a4 Moved old WinRT related wrappers from highgui to videoio fixing long broken logic. 10 years ago
msandler 8e82bed459 updated cap_libv4l.cpp to support CV_CAP_PROP_POS_MSEC, CV_CAP_PROP_POS_FRAMES and CV_CAP_PROP_FPS 10 years ago
Vincent Rabaud f052b0bc4d get code to compile on Ubuntu Saucy 10 years ago
Ruslan Baratov f148eaace9 Fix errors while compiling with c++11 flag 10 years ago
AfterEight f39d351d04 Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value) 10 years ago
Roman Donchenko 5455e38e15 cap_msmf.hpp: fix a warning about nNull being unused 10 years ago
Vadim Pisarevsky d825b7ee9a fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream 10 years ago
Vadim Pisarevsky 30912b49f3 fixed compile warnings; hopefully fixed test failures 10 years ago
Vadim Pisarevsky 2b2e3ee93c make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10) 10 years ago
kalistratovag 08925330e0 mjpec_decoder initialize m_movi_start variable 10 years ago
Philipp Hasper 0b20ce696a Fixed markdown: **Note** -> @note 10 years ago
Nisarg Thakkar 0fd1203b3b Fixed Doc Errors Bug#4282 10 years ago
kalistratovag 740ae3581c Initial commit of avi mjpeg decoder 10 years ago
Andrew Senin 58f20a3b7f Ximea camera fix (see issue #4235) 10 years ago
Vadim Pisarevsky 602d2c33c0 added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder 10 years ago
Vadim Pisarevsky 8d1232cc7a fixed warnings; transpose qtab to make it compatible with neon branch 10 years ago
Vadim Pisarevsky 3df6b6fdcf added self-contained motion jpeg encoder (filename should end with .avi; fourcc should be "MJPG" 10 years ago
Roman Donchenko 34ad2e0fa4 Fix a memory leak in CvCapture_FFMPEG::close 10 years ago
hahne 1af4521239 fix for issue 1915 10 years ago
Nils Plath ee55e4595c - Fixed compile error that appeared with Clang 5.1 on Mac 10.8.5: 10 years ago
Prof. Dr. Rudolf Haussmann 9f1eb70dbc Changes to be committed: 10 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Andrew Senin 8c7b3b91fa Fixing XIMEA parameters mapping (issue #4176) 10 years ago
soyer d84d3a519b Allow YUYV capture via libv4l 10 years ago
VBystricky d5092a6f7c Add CV_CAP_PROP_POS_FRAMES property to cap_images.cpp 10 years ago
Artur Wieczorek 01717c83d7 Don't define destructors for COM-based interfaces. 10 years ago
Adam Borowski 7b0d1c932e Get rid of sysctl includes on Linux. 10 years ago
vbystricky 083d8645a5 Fix error of compilation of cap_intelperc.cpp 10 years ago
Joe Howse 2d16026df6 more const correctness in OpenNI2 getProperty 10 years ago
Joe Howse b7a3204c57 const correctness in OpenNI and OpenNI2 getProperty 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Maksim Shabunin 128e509527 Added enviroment search paths for OpenNI2 for linux and fixed specific warning 10 years ago
Joe Howse 13c04120dd For Java compatibility, avoiding explicit pseudonym in enum 10 years ago
Ana Huaman Quispe 1ad1b737c2 Fixed registration bug: It was ALWAYS OFF - even after changing the property 10 years ago
Joe Howse 620a969285 Allow BGR, RGB, or gray capture via libv4l 10 years ago
Artur Wieczorek 854a722c70 Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 10 years ago