61 Commits (2e0150e601e5df2f3ec6b07167f0c236a6fd8657)

Author SHA1 Message Date
Alexander Alekhin 26d2095dd6 videoio(v4l): initialize members in ctor 6 years ago
Alexander Alekhin 4e3ab026fe videoio(v4l): turn off normalization of V4L properties 6 years ago
Alexander Alekhin 801c943009 fix coverity reports 6 years ago
Pavel Rojtberg afa0f80c61 videoio: add manual white-balance and implement it for V4L2 6 years ago
Alexey Nikolaev 8396ae6e4f Merge pull request #12893 from aleksey-nikolaev:cap-update 6 years ago
Alexander Alekhin b54a70a538 videoio: return -1 is incorrect for function with 'bool' result 7 years ago
Alexander Alekhin b35fbff675 videoio: added '.getBackendName()' method 7 years ago
Alexander Alekhin 8a3c394d6a don't use constructors for C API structures 7 years ago
Todor Tomov 9988e1b6ee cap_v4l: Fix private control enumeration end condition 7 years ago
Kaartic Sivaraam a527e8cc73 cap-v4l: remove unwanted loop in V4L2 mainloop 7 years ago
Maksim Shabunin a2daf0c83c videoio: added YUV420 format (UV order) support to v4l capture 7 years ago
Teng Yiliang dadde75ef0 use struct member width_set/height_set to replace static width/height. 7 years ago
Florian Echtler 17888ce0fd add support for 8-bit greyscale format 7 years ago
Alexander Alekhin c94fe0c7e7 videoio(v4l): eliminate global variable 7 years ago
Alexander Alekhin 83d915eca1 videoio(v4l): don't pre-scan or cache list of available cameras 7 years ago
Alexander Alekhin 22f435ff4d videoio(v4l): fix code indentation, tabs 7 years ago
tlanclos a2c7afad77 V4L Buffer: Support CV_CAP_PROP_BUFFERSIZE in cap_v4l (#11047) 7 years ago
Alexander Alekhin 8f0669c300 videoio: apply CV_OVERRIDE/CV_FINAL 7 years ago
Eugene Mikhantiev c790299906 Fix return code in case of timeout 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Vitaly Tuzov ad051cdd99 Fixed CAP_PROP_FORMAT evaluation in case CvCaptureCAM_V4L returns CV_16U image 8 years ago
Alexander Alekhin 897b071b97 videoio(v4l): move MJPEG/JPEG to the end of probe list 8 years ago
Alexander Alekhin 602f047fe8 build: replace WIN32 => _WIN32 8 years ago
Maksim Shabunin 7cefb52fda V4L: do not return frame if it can not be retrieved 8 years ago
kvaghel1 6fd9edc50f Fix frame timestamp in VideoCapture::get 8 years ago
Pavel Rojtberg d92d82d194 cap_v4l: SetProperty - do not return false while setting video size 8 years ago
Jake Kesinger bd50553149 videoio: Fix for valgrind warning in icvGetPropertyCAM_V4L 9 years ago
Guillaume Jacob df2b591896 videoio: fix segfault if CONVERT_RGB is false (issue #7465) 9 years ago
Gregory Kramida 0d626c8fef v4l2 backend: Y16 default behavior fixed & FOURCC setting added 9 years ago
stbnps a4a6ee34bf Added support for V4L2_PIX_FMT_Y16 9 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 9 years ago
Pavel Rojtberg 91678ff828 cap_v4l: allow manually controlling exposure 9 years ago
Dustin Spicuzza e489f29d0f v4l/libv4l: allow opening device by name 9 years ago
Lucas Solomon d2d5d32fe0 remove trailing whitespace 9 years ago
Lucas Solomon 688b4d9d7a return 0 from VideoCapture::read() when cannot connect to camera 9 years ago
Krishnaraj Bhat 9b8013d193 gcc6: fix misleading indentation warning 9 years ago
Pavel Rojtberg 955f489621 make CV_CAP_PROP_FORMAT consider the current channel count 10 years ago
Pavel Rojtberg 05f52b697f replace uyvy_to_rgb24 by tested and conformant cvtColor 10 years ago
Pavel Rojtberg ad68b79630 replace yuv420p_to_rgb24 by tested and conformant cvtColor 10 years ago
Pavel Rojtberg 8527d895bb replace rgb24_to_rgb24 by tested cvtColor 10 years ago
Pavel Rojtberg f50817120e v4l: remove needless CvCaptureCAM_V4L_CPP wrapper 10 years ago
Pavel Rojtberg 93d6e800b6 v4l: Fixed memory leaks and inconsistent status return values 10 years ago
Pavel Rojtberg a581ddd896 remove support of Video4Linux1 API 10 years ago
Pavel Rojtberg eac5cab5cb cap_v4l: implement PROP_CONVERT_RGB 10 years ago
Pavel Rojtberg 5e62e71b13 fix wrong ifdef bracketing 10 years ago
Pavel Rojtberg 838947bb8e replace custom yuyv_to_rgb24 implementation by cvtColor 10 years ago
Pavel Rojtberg 80747088e3 avoid needless copies during mjpeg decoding 10 years ago
Pavel Rojtberg 56dd7eda0d remove additional V4L2 pixelformat defines 10 years ago
Pavel Rojtberg 588eba3b37 simplify autosetup_capture_mode_v4l2 by using a for loop 10 years ago
Pavel Rojtberg 5525cc4d09 implement CAP_PROP_MODE, CAP_PROP_FOURCC and CAP_PROP_FORMAT 10 years ago