Vadim Pisarevsky
|
677680d82d
|
reverted the original VideoCapture::read() code; moved frame index check to where it should belong: ffmpeg wrapper; applied patch by Rob Reilink (ticket #1971)
|
13 years ago |
Andrey Kamaev
|
314813e51c
|
Added C++ and python signatures for moveWindow, resizeWindow and setMouseCallback
|
13 years ago |
Evgeny Talanin
|
d3c73071ea
|
Temporarily disable test on Mac
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
c492dc6a83
|
Fixed property names in cap_dshow #1993
|
13 years ago |
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Andrey Kamaev
|
e161f428a0
|
Fixed PvAPI search on Windows #1927
|
13 years ago |
Alexander Mordvintsev
|
8429c109be
|
FIX: VideoCapture::read() was returning empty image for camera captures
|
13 years ago |
Vadim Pisarevsky
|
fd68cc768a
|
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
|
13 years ago |
Andrey Kamaev
|
ac8f61ee91
|
Fixed Linux build
|
13 years ago |
Andrey Kamaev
|
decd6c0fab
|
Restored QuartzCore framework for OS X
|
13 years ago |
Andrey Kamaev
|
0716ebb7a6
|
Refactored highgui libraries search (tested on Windows only)
|
13 years ago |
Andrey Kamaev
|
c9027fecc0
|
Fixed few MinGW build problems
|
13 years ago |
Andrey Kamaev
|
9961658eab
|
Fixing compile on some MinGW platforms
|
13 years ago |
Andrey Kamaev
|
def87eae19
|
Fixed MinGW build after r8358
|
13 years ago |
Vadim Pisarevsky
|
00c30681bc
|
Added Snap-to-Screen Edge feature in the case of multiple monitors (patch by Adi Shavit)
|
13 years ago |
Vadim Pisarevsky
|
f620f1ce57
|
fixed building avfoundation on MacOSX with iOS targets
|
13 years ago |
Andrey Kamaev
|
8d135e8ea1
|
Shortened CMake script for opencv_world. Fixed opencv_world link with non-Visual Studio generators on Windows.
|
13 years ago |
Vadim Pisarevsky
|
6dde56faf4
|
fixed building opencv_world with VS2010
|
13 years ago |
Vadim Pisarevsky
|
9bbcebd6b0
|
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
|
13 years ago |
Alexander Reshetnikov
|
57e26bde9f
|
Accelerating the completion of video bypass (bug #1893)
|
13 years ago |
Alexander Reshetnikov
|
3ec43a11ed
|
Fixed read error in VideoCapture for images (bug #1892); minor fix of ffmpeg wrapper warning
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vladislav Vinogradov
|
ca57239618
|
fixed some problems after r8280 (lost code)
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vladislav Vinogradov
|
f4b4665940
|
added VideoReader_GPU
|
13 years ago |
Vladislav Vinogradov
|
70909738f4
|
added support of different surface formats to VideoWriter_GPU
added key frame handling to ffmpeg wrappers
|
13 years ago |
Vladislav Vinogradov
|
2bfaf540a1
|
added VideoWriter_GPU
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Alexander Shishkov
|
9bfd50e6ae
|
merged revisions r7802,r7804,r7805 from 2.4 branch
|
13 years ago |
Alexander Reshetnikov
|
1c616f43ba
|
Fixed compilation error with ffmpeg 0.9.x & 0.10.x
|
13 years ago |
Alexander Reshetnikov
|
4ec2ad91b9
|
Removed duplicated includes from ffmpeg wrappers
|
13 years ago |
Alexander Reshetnikov
|
958d5a0caa
|
Solved a problem with VideoWriter in the new wrapper
|
13 years ago |
Alexander Reshetnikov
|
ab0fc84781
|
Fixed compilation error under Ubuntu 11.10; added #if-#else-#endif code for some deprecated functions
|
13 years ago |
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
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 |
Alexander Reshetnikov
|
3a564d1ae8
|
Updated displayOverlay's implementation & documentation (ticket #903)
|
13 years ago |
Andrey Kamaev
|
7a017973bf
|
Fixed Windows build (MSVC 10 Win32)
internal CV_CAP_PROP_ZOOM is renamed to CV_CAP_PROP_ZOOM_DSHOW
internal CV_CAP_PROP_FOCUS is renamed to CV_CAP_PROP_FOCUS_DSHOW
|
13 years ago |
Vadim Pisarevsky
|
f0b8b81caa
|
applied big patch #1281 by Martin Beckett (various direct show video capture enhancements)
|
13 years ago |
Alexander Reshetnikov
|
aff34adf1b
|
Updated new ffmpeg wrapper
|
13 years ago |
Alexander Reshetnikov
|
e00f1e3911
|
Fixed a problem with CODEC_ID_RAWVIDEO in FFMPEG (ticket #1400)
|
13 years ago |
Vadim Pisarevsky
|
38f686252c
|
added video stream positioning in QTKit-based VideoCapture backend (patch #1420)
|
13 years ago |
Alexander Reshetnikov
|
554e0051e8
|
Fixed error with color space switching for IEEE1394 cameras (patch #766)
|
13 years ago |
Alexander Shishkov
|
0ac70e6883
|
fixed #1421
|
13 years ago |
Vadim Pisarevsky
|
0404b2989e
|
fixed line clipping (ticket #1284)
|
13 years ago |
Alexander Reshetnikov
|
1564fe9a83
|
Fixed segfault problem with cap_unicap (ticket #1112)
|
13 years ago |
Alexander Reshetnikov
|
ee8c4aeb4b
|
Updated close method for ieee1394 cameras
|
13 years ago |
Andrey Kamaev
|
d46f44b48a
|
#1695 fixed arrow key events with the Qt backend
|
13 years ago |