Lucas Solomon
688b4d9d7a
return 0 from VideoCapture::read() when cannot connect to camera
9 years ago
Anton V. Shokurov
4691d98e19
Adds support for property CV_CAP_PROP_FOCUS in functions cvSetCaptureProperty and cvGetCaptureProperty.
...
In compliance with the Windows (DirectDraw) version autofocus is disabled when either of the abovementioned functions is called.
10 years ago
Dikay900
7ca0557b40
typos in comments
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
soyer
d84d3a519b
Allow YUYV capture via libv4l
10 years ago
Joe Howse
620a969285
Allow BGR, RGB, or gray capture via libv4l
11 years ago
Artur Wieczorek
854a722c70
Implement VideoCapture::get, CvCapture::getProperty, IVideoCapture::getProperty as constant methods.
11 years ago
vbystricky
d58f736935
Split highgui module to videoio and highgui
11 years ago
unknown
ade46bd428
Fixed typos in comments
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
Dave Hughes
b184d7f27b
Fix for #3554
...
v4l2_scan_controls_enumerate_menu is unused and causes ioctl error on
RaspberryPi and possibly other Video4Linux variants. See
http://www.raspberrypi.org/forum/viewtopic.php?f=43&t=65026 for more
detail.
11 years ago
Roman Donchenko
fa9d092c43
Fix a -Wparentheses-equality Clang warning in cap_libv4l.cpp.
12 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
12 years ago
Kirill Kornyakov
cbed07bc18
Removed references to YG from samples
12 years ago
Luis Díaz Más
d13d5c0c12
Added setting feature of FPS in cap_libv4l
12 years ago
Karl-Heinz Zimmer
2122627877
Set ptr to NULL, so this method can be called repeatedly. This fixes a crash after unplugging web cam and trying to re-scan the cameras.
12 years ago
Patrick Welche
1a84bcc565
NetBSD video(4) support, patch 3 of 3
...
xioctl() assumes that ioctl takes int request. Cope with
int ioctl(int d, unsigned long request, ...)
to avoid "invalid argument".
12 years ago
Alexander Smorkalov
bb3d14e1a0
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
13 years ago
Evgeny Talanin
5dd1ec98f7
#720 patch apply
13 years ago
Vadim Pisarevsky
e2c9e7c3fb
applied patches from #2311
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Vadim Pisarevsky
403a7ff391
fixed memory leak in cap_libv4l.cpp (ticket #1518 ; thanks to gorgen for the patch)
13 years ago
Vadim Pisarevsky
ddd57e7496
commented off debugging print in cap_libv4l.cpp (ticket #807 )
14 years ago
Vadim Pisarevsky
138b9724d8
make ubuntu 11.04 compile with libv4l
14 years ago
Ethan Rublee
9ee954a0c6
Made calibration a bit faster in the absense of a checkboard and trying to fix
...
a crash with the libv4l capture code
15 years ago
Filipe Almeida
e78373f4b8
V4L2: removed setting device control values to initial values on capture
...
release
15 years ago
Filipe Almeida
3d12bc6b9f
LIBV4L: precomp.hpp include missing
15 years ago
Filipe Almeida
17292f686e
LIBV4L: fixed build failed on Linux
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago