Commit 09e6c821 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #5474 from paroj:v4l2ctrls

parents e9ec5236 838947bb
...@@ -133,7 +133,9 @@ enum { CAP_PROP_POS_MSEC =0, ...@@ -133,7 +133,9 @@ enum { CAP_PROP_POS_MSEC =0,
CAP_PROP_TILT =34, CAP_PROP_TILT =34,
CAP_PROP_ROLL =35, CAP_PROP_ROLL =35,
CAP_PROP_IRIS =36, CAP_PROP_IRIS =36,
CAP_PROP_SETTINGS =37 CAP_PROP_SETTINGS =37,
CAP_PROP_BUFFERSIZE =38,
CAP_PROP_AUTOFOCUS =39
}; };
......
...@@ -189,6 +189,7 @@ enum ...@@ -189,6 +189,7 @@ enum
CV_CAP_PROP_IRIS =36, CV_CAP_PROP_IRIS =36,
CV_CAP_PROP_SETTINGS =37, CV_CAP_PROP_SETTINGS =37,
CV_CAP_PROP_BUFFERSIZE =38, 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_AUTOGRAB =1024, // property for videoio class CvCapture_Android only
CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING=1025, // readonly, tricky property, returns cpnst char* indeed CV_CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING=1025, // readonly, tricky property, returns cpnst char* indeed
......
This diff is collapsed.
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
#include "opencv2/imgcodecs.hpp" #include "opencv2/imgcodecs.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h" #include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/imgcodecs/imgcodecs_c.h" #include "opencv2/imgcodecs/imgcodecs_c.h"
#include "opencv2/videoio/videoio_c.h" #include "opencv2/videoio/videoio_c.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment