14 Commits (2fded5d8fb4c913f442ab7ba1b132acbb9b2530c)

Author SHA1 Message Date
kurenai c61f4e8863 return false from VideoCapture::grabFrame when camera is disconneted 9 years ago
Michael Shtutman 3f2ab5d3b5 Fix bug #6682 (Can't change resolution for YUY2 camera with DShow) 9 years ago
Maksim Shabunin 771af4f32d Some changes to support mingw-w64 10 years ago
Martijn Liem 7e6947a940 Bugfix for bug #3767 10 years ago
Prof. Dr. Rudolf Haussmann 9f1eb70dbc Changes to be committed: 10 years ago
Artur Wieczorek 01717c83d7 Don't define destructors for COM-based interfaces. 10 years ago
Artur Wieczorek 854a722c70 Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods. 10 years ago
Artur Wieczorek dcbe797980 Include strsafe.h to compile successfully under MinGW in Debug mode. 10 years ago
Artur Wieczorek ec93d103b7 Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode. 10 years ago
Artur Wieczorek c54928e003 Fixed getting CV_CAP_PROP_FOURCC property value 10 years ago
Artur Wieczorek efd237b8b8 Fixed media type guid for I420 in DShow capture. 10 years ago
Artur Wieczorek de0b46a765 Fixed selecting media type in DShow video capture. 10 years ago
PhilLab a0e4600364 VideoCapture did not detect an unopened camera 11 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 11 years ago
vbystricky 7fe7facfee Remove unused variable 11 years ago
vbystricky eb8366bb0a DShow camera as IVideoCapture object 11 years ago
WonderRico d067749c21 fix _index / index 12 years ago
WonderRico a048387376 fix formating 12 years ago
WonderRico 7e7fb0b75d Bug #3201 fix 12 years ago
Alexander Smorkalov 956d8027ef Bug #3044 cap_dshow.cpp forgotten validity check fixed. 12 years ago
Alexander Smorkalov 4703f4552a Experimental MS Media Foundation API support added 12 years ago
Andrey Kamaev 3890a74565 Drop outdated definitions from internal.hpp 12 years ago
Andrey Kamaev 0cd8684ade Fix setting of FPS after frame width and height with DShow cameras 12 years ago
Andrey Kamaev 2d6253609c Fix truncation of fourcc value in dshow capture property setter (bug #2535) 12 years ago
Vadim Pisarevsky 40d5b026c7 fixed verbose mode in highgui's DirectShow wrapper (bug #2350) 13 years ago
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Andrey Kamaev 27c23b557c Merged few small fixes from 2.4 branch 13 years ago
Andrey Kamaev f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 16c94d643f Fixed #2053 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev f62028dc16 Fixed mingw build. 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev c492dc6a83 Fixed property names in cap_dshow #1993 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Andrey Kamaev 7cc7a3f37d Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings. 13 years ago
Alexander Shishkov e04cd1b0cf fixed #227, added support I420 format 13 years ago
Vadim Pisarevsky 1e5a600d13 fixed video capturing on Mac running Windows (ticket #988) 13 years ago
Vadim Pisarevsky f309bafe9e another fix for cap_dshow.cpp; fixed warning in facerec_demo 13 years ago
Andrey Kamaev 7a017973bf Fixed Windows build (MSVC 10 Win32) 13 years ago
Vadim Pisarevsky f0b8b81caa applied big patch #1281 by Martin Beckett (various direct show video capture enhancements) 13 years ago
Vadim Pisarevsky 8513ed08d0 probably fixed multi-threaded capturing from DShow cameras (ticket #1470) 13 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky f8e1e88ce2 we do not need strmiids.lib anymore 14 years ago
Vadim Pisarevsky 6c8a2b8888 propagated fixes in docs and cap_dshow to trunk 14 years ago
Vadim Pisarevsky 49467947ac propagated some fixes from 2.3 to trunk 14 years ago
Vadim Pisarevsky 108fc3f4fe fixed problem with non 4:3 cameras (ticket #142) 14 years ago
Vadim Pisarevsky 17b18de531 added missing evcode.h; made videoinput optional (ticket #1142) 14 years ago
Vadim Pisarevsky 412e7a835f videoInput is now integrated into highgui and built from sources 14 years ago
Alexander Shishkov 8b43e90e7f fixed ticket #675 14 years ago