Alexander Alekhin
26a32dcbf6
videoio: remove 'const' from getProperty
...
'const' is available in OpenCV 3.x only
8 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
8 years ago
Alexander Alekhin
c314178e7a
highgui/osx: backport AVFoundation support
8 years ago
Alexander Alekhin
3648c61172
highgui: clone cap_avfoundation_mac.mm from master
8 years ago
Valeriy Van
acb62692e4
Cleans up declarations in window_cocoa.mm removing unnecessary iVars declarations and changing retain property attribute to strong
8 years ago
Alexander Alekhin
5383a625a7
fix Win build, change default WINNT macro to WinXP
...
Returning to Win2k value is possible via this CMake option:
cmake -DOPENCV_EXTRA_FLAGS="/D_WIN32_WINNT=0x0500" ...
8 years ago
Alexander Alekhin
063ac74369
fix modules deps
8 years ago
Alexandr Kondratev
46bfdbaf82
highgui: window_QT mousecallback code refactored using DRY
8 years ago
Pavel Rojtberg
e4cf3297c7
highgui: allow specifying that a button should create a new buttonbar
8 years ago
Christian Kapeller
81e6ef2958
highgui: window QT+OpenGL mouse wheel support, another build fix
...
amends work done in pull request #6976 .
8 years ago
Alexandr Kondratev
d394d26b46
highgui: window QT+OpenGL mouse wheel support, build fix
8 years ago
Alexandr Kondratev
13aef2c0cf
highgui: window_QT mouse wheel support
8 years ago
Alexandr Kondratev
82e4e1816f
highgui: removed excessed variable orient in window_gtk
8 years ago
Ilya Lavrenov
3bf16da92d
added condition for Qt5
8 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
9 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
9 years ago
Alexandr Kondratev
179998a8a2
highgui module: window_QT mouse wheel reuse variable delta instead call evnt->delta()
9 years ago
Alexandr Kondratev
4e63bd04e5
highgui module: mouse wheel - modification keys fixed, wheel event value is CV_EVENT_MOUSEWHEEL or CV_EVENT_MOUSEHWHEEL
9 years ago
Alexandr Kondratev
1f2e159054
highgui module: using event->scroll.delta_{x,y} instead parsing direction and added widget event mask GDK_SMOOTH_SCROLL_MASK for GTK>=3.4
9 years ago
Alexandr Kondratev
7dcac647e5
highgui module: a bit readable onMouse flags mapping
9 years ago
Alexandr Kondratev
81c69ecd16
highgui: window_gtk.cpp directive boolean operations or/and replaced by ||/&& to keep compatible with older systems
9 years ago
Alexandr Kondratev
a4e9712006
Compilate switch-case with GTK_SCROLL_SMOOTH since GTK>=3.4
9 years ago
Alexandr Kondratev
fd78e2cc6c
highgui module: removed unused type_mouse_event mouse_wheel
9 years ago
Alexandr Kondratev
6020dacc11
highgui module: implemented QT and GTK mouse wheel callback support in linux
9 years ago
Ilya Lavrenov
e0d64df763
fixed -Wunused-result warning
9 years ago
Suleyman TURKMEN
e59da10bf1
Update highgui.hpp
9 years ago
Kevin, Hu
db0ae2ca50
Restore 2.4 source branch for bug fix 6317.
9 years ago
Suleyman TURKMEN
194f1beae8
fix for writing 16-bit jpeg2000
9 years ago
Alexander Alekhin
6f139b4f8e
ffmpeg: interrupt callback fix
...
backport from master
9 years ago
Roman Donchenko
97ac59cb73
Fix a memory leak indirectly caused by cvDestroyWindow
9 years ago
Pavel Rojtberg
0ac31a0bd7
highgui: add CV_GUI_* flags to enum in cpp so they appear in bindings
9 years ago
Roman Donchenko
eb40afa26a
Add a workaround for FFmpeg's color conversion accessing past the end of the buffer
...
I delete the LIBAVFORMAT_BUILD < 5231 branch, because I couldn't even find FFmpeg with
such a small build number, let alone test with it.
9 years ago
Roman Donchenko
421fcf9e35
Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability
9 years ago
Roman Donchenko
9a5d7f1a0b
Backport PR #3813 to 2.4
...
It has already been partially backported by #6199 ; this commit completes
the backport.
9 years ago
WANG Guoqin
8cfc87cf01
MacOSX / QTKit capture: trying to fix invalid timer call
9 years ago
Alexander Alekhin
a61b19b524
backport ffmpeg fixes
9 years ago
Maksim Shabunin
ee2f8d006f
Cocoa backend: added checks before accessing sliders dictionary
9 years ago
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