Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
09e6c821
Commit
09e6c821
authored
Oct 23, 2015
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5474 from paroj:v4l2ctrls
parents
e9ec5236
838947bb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
videoio.hpp
modules/videoio/include/opencv2/videoio.hpp
+3
-1
videoio_c.h
modules/videoio/include/opencv2/videoio/videoio_c.h
+1
-0
cap_v4l.cpp
modules/videoio/src/cap_v4l.cpp
+0
-0
precomp.hpp
modules/videoio/src/precomp.hpp
+1
-0
No files found.
modules/videoio/include/opencv2/videoio.hpp
View file @
09e6c821
...
...
@@ -133,7 +133,9 @@ enum { CAP_PROP_POS_MSEC =0,
CAP_PROP_TILT
=
34
,
CAP_PROP_ROLL
=
35
,
CAP_PROP_IRIS
=
36
,
CAP_PROP_SETTINGS
=
37
CAP_PROP_SETTINGS
=
37
,
CAP_PROP_BUFFERSIZE
=
38
,
CAP_PROP_AUTOFOCUS
=
39
};
...
...
modules/videoio/include/opencv2/videoio/videoio_c.h
View file @
09e6c821
...
...
@@ -189,6 +189,7 @@ enum
CV_CAP_PROP_IRIS
=
36
,
CV_CAP_PROP_SETTINGS
=
37
,
CV_CAP_PROP_BUFFERSIZE
=
38
,
CV_CAP_PROP_AUTOFOCUS
=
39
,
CV_CAP_PROP_AUTOGRAB
=
1024
,
// property for videoio class CvCapture_Android only
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING
=
1025
,
// readonly, tricky property, returns cpnst char* indeed
...
...
modules/videoio/src/cap_v4l.cpp
View file @
09e6c821
This diff is collapsed.
Click to expand it.
modules/videoio/src/precomp.hpp
View file @
09e6c821
...
...
@@ -49,6 +49,7 @@
#include "opencv2/imgcodecs.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/imgcodecs/imgcodecs_c.h"
#include "opencv2/videoio/videoio_c.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment