- 24 Oct, 2015 2 commits
-
-
Alexander Alekhin authored
-
Pierre Letessier authored
-
- 23 Oct, 2015 4 commits
-
-
Pierre Letessier authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 22 Oct, 2015 7 commits
-
-
Rodrigo Benenson authored
fixed typo
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 21 Oct, 2015 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
berak authored
-
- 20 Oct, 2015 3 commits
-
-
Suleyman TURKMEN authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 19 Oct, 2015 4 commits
-
-
Alexander Alekhin authored
-
Aman Verma authored
-
Aman Verma authored
-
Renato Florentino Garcia authored
The 12 and 16 arguments Matx constructors differs from all others, leaving values initialized and requiring the argument number to be equal to the channels number.
-
- 18 Oct, 2015 12 commits
-
-
Suleyman TURKMEN authored
-
Pavel Rojtberg authored
allows disabling automatic conversion to RGB for certain formats. If conversion is disabled the returned image just points to the underlying buffer, so no memcpy is performed. Note that we do not check image size in retrieve frame any more as it can not possibly while the device is streaming. Furthermore this code was disabled altogether by the wrong ifdef in the previous commit.
-
Pavel Rojtberg authored
in the case of HAVE_CAMV4L2 && !HAVE_CAMV4L there was no body for the if statement.
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
they are upstream since at least linux 2.6.8 (10 Years) http://lxr.oss.org.cn/ident?v=2.6.8&i=V4L2_PIX_FMT_SBGGR8
-
Pavel Rojtberg authored
-
Pavel Rojtberg authored
do not use a custom enum instead of the V4L2 fourcc defines for palette. This way we can easily implement CAP_PROP_FOURCC and CAP_PROP_MODE.
-
Pavel Rojtberg authored
use logic similar to cap_libv4l: replace icvSetVideoSize by v4l2_reset as it was not used for V4L1, the actual frame format is negotiated in try_palette_v4l2 and the stream has to restarted anyway.
-
Pavel Rojtberg authored
now icvGetPropertyCAM_V4L behaves the same as in cap_libv4l. This also fixes passing boolean values.
-
Pavel Rojtberg authored
also refactor property range handling and opencv property to V4L2 translation.
-
- 16 Oct, 2015 1 commit
-
-
grundman authored
-
- 15 Oct, 2015 1 commit
-
-
paul.kim authored
-