Added CV_CAP_PROP_SAR properties to videoio module

This commit is contained in:
Pierre Letessier
2015-10-21 10:32:38 +02:00
parent 9a0beda037
commit baa21484a1
3 changed files with 32 additions and 1 deletions

View File

@@ -190,6 +190,8 @@ enum
CV_CAP_PROP_SETTINGS =37,
CV_CAP_PROP_BUFFERSIZE =38,
CV_CAP_PROP_AUTOFOCUS =39,
CV_CAP_PROP_SAR_NUM =40,
CV_CAP_PROP_SAR_DEN =41,
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