Vitaly Tuzov
389f176a67
Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used.
...
Fixed icvCaptureFromCAM_V4L return value in case of V4L2 camera initialization failure.
9 years ago
Gregory Morse
5427ede6a1
WinRT consistency
9 years ago
Alexander Alekhin
0862e8e34c
fix build
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
9 years ago
Ilya Lavrenov
9e2395e7e0
return false in grabFrame failed in open method
9 years ago
Ilya Lavrenov
05945bf00e
fixed case when grabbing failed
9 years ago
Ilya Lavrenov
9d78a1ea9f
allow to retrieve videocapture properties before first frame reading
9 years ago
a-andre
2d3e170370
install opencv2/highgui.hpp header
...
(cherry picked from commit d16fb30512
)
9 years ago
Ilya Lavrenov
96a2edb375
delete video readers
...
(cherry picked from commit 0d5b739d35
)
9 years ago
Ilya Lavrenov
56654ae360
added some property setting and getting
...
(cherry picked from commit 75fcedf0ed
)
9 years ago
Ilya Lavrenov
9a3e53e738
repaired GStreamer 0.10 version
...
(cherry picked from commit c19ed39a78
)
9 years ago
Ilya Lavrenov
2243bfa181
repaired gstreamer camera capture:
...
1. Enabled property retrieval: height, width, FPS
2. Fixed issue when isOpened returns always true even for non-existing devices
3. Ability to work with non-0 device. Camera capture index is taken into account
(cherry picked from commit dbd7912b88
)
9 years ago
Hajo Nils Krabbenhöft
2fc0ce5c24
buffer_size should be in bytes, not bits
...
(cherry picked from commit 7825cbeb7d
)
9 years ago
Hajo Nils Krabbenhöft
c5d009d6c4
fix crash for large BW tif images
...
(cherry picked from commit d38fee7599
)
9 years ago
Pavel Rojtberg
cfd498a8eb
fix compilation with qt
...
QSlider does not have getMinimum/Maximum getters. Probably was not
compile tested.
9 years ago
Aman Verma
d5e314e728
Fixing compilation errors in windows and mac
9 years ago
Aman Verma
b0209ad7f7
Fix for #5495 : add setTrackbarMin
9 years ago
spmallick
066c775321
Update window_QT.h
...
QPushButton was included twice.
9 years ago
a-andre
d16fb30512
install opencv2/highgui.hpp header
9 years ago
Ilya Lavrenov
0d5b739d35
delete video readers
9 years ago
Sergiu Dotenco
514b202d7b
highgui: CV_WINDOW_AUTOSIZE does not resize with GTK3
9 years ago
Suleyman TURKMEN
dff9d2288b
Update window_w32.cpp
9 years ago
Hajo Nils Krabbenhöft
7825cbeb7d
buffer_size should be in bytes, not bits
9 years ago
Hajo Nils Krabbenhöft
d38fee7599
fix crash for large BW tif images
9 years ago
Suleyman TURKMEN
e15dabf1db
documentation patch
9 years ago
Maksim Shabunin
771af4f32d
Some changes to support mingw-w64
...
- IPP is disabled by default when compiler is mingw (couldn't make it
work)
- fixed some warnings
- fixed some `__GNUC__` version checks (for correctness and convenience)
- removed UTF-8 BOM from hough.cpp (fixes #5253 )
9 years ago
Suleyman TURKMEN
f660461bb3
documentation patch
9 years ago
Ilya Lavrenov
75fcedf0ed
added some property setting and getting
9 years ago
Ilya Lavrenov
c19ed39a78
repaired GStreamer 0.10 version
9 years ago
Ilya Lavrenov
dbd7912b88
repaired gstreamer camera capture:
...
1. Enabled property retrieval: height, width, FPS
2. Fixed issue when isOpened returns always true even for non-existing devices
3. Ability to work with non-0 device. Camera capture index is taken into account
9 years ago
Suleyman TURKMEN
7522527827
Update window_w32.cpp
9 years ago
Dominik Kleiser
f363670934
Bug #3800 - Resize viewport when CV_WINDOW_KEEPRATIO was set (Qt)
9 years ago
Alexander Alekhin
aa871ca506
fix wrong usage of status(), remove useless message in videoio
9 years ago
Maxim Kostin
face069874
Added support for highgui module on WinRT 8.1+
...
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
10 years ago
Maxim Kostin
6724a0b8cd
Added dummy highgui WinRT implementation
10 years ago
Vincent Rabaud
50842b9036
get code to compile on Ubuntu Saucy
...
A define was forgotten for the codecs and there was a typo for
another.
(cherry picked from commit f052b0bc4d
)
Conflicts:
modules/videoio/src/ffmpeg_codecs.hpp
10 years ago
Vadim Pisarevsky
3d6413cfc6
fixed compile warnings; hopefully fixed test failures
...
(cherry picked from commit 30912b49f3
)
Conflicts:
modules/videoio/src/cap_ffmpeg_impl.hpp
modules/videoio/src/ffmpeg_codecs.hpp
10 years ago
Vadim Pisarevsky
799622affd
make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10)
...
(cherry picked from commit 2b2e3ee93c
)
Conflicts:
cmake/OpenCVFindLibsVideo.cmake
modules/videoio/src/cap.cpp
modules/videoio/src/cap_ffmpeg_impl.hpp
modules/videoio/src/ffmpeg_codecs.hpp
modules/videoio/test/test_ffmpeg.cpp
10 years ago
Mike Maraya
607d3b54ce
Fixes resizeWindow() on OS X (Bug #3200 )
10 years ago
Dikay900
7ca0557b40
typos in comments
10 years ago
Maksim Shabunin
3863dc5b2b
Updated pkg-config generation, added sample makefile
10 years ago
Ashod Nakashian
7cd198623e
Prevent the parent from drawing over OpenGL context.
10 years ago
Nguyen Nguyen
58dd70e8dc
Revert support for audio
10 years ago
Nguyen Nguyen
53ff537f1c
temporary fixes
10 years ago
Maksim Shabunin
01c3d491e7
Fixed python crash when both cv2.imshow and gtk module are used
10 years ago
Nguyen Nguyen
a5814871d9
Adding audio to opencv
10 years ago
Nguyen Nguyen
9682430a69
Adding code to deal with audio output
10 years ago
Nguyen Nguyen
b69ffe6376
Fixed memory leak when recording video in iOS
10 years ago
Nguyen Nguyen
1f72815637
Exporting videoFileString to outside world
10 years ago
Luis Díaz Más
b599774e30
Fix a bug that impede to set the trackbar pos using the Qt control panel
...
Conflicts:
modules/highgui/src/window_QT.cpp
10 years ago