CV_CAP_PROP_XI_DECIMATION_VERTICAL=432,// Vertical Decimation - vertical sub-sampling of the image - reduces the vertical resolution of the image by the specified vertical decimation factor.
CV_CAP_PROP_XI_DECIMATION_HORIZONTAL=433,// Horizontal Decimation - horizontal sub-sampling of the image - reduces the horizontal resolution of the image by the specified vertical decimation factor.
CV_CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH=460,// Sensor output data bit depth.
CV_CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH=461,// Device output data bit depth.
...
...
@@ -298,6 +302,7 @@ enum
CV_CAP_PROP_XI_TARGET_TEMP=467,// Set sensor target temperature for cooling.
CV_CAP_PROP_XI_CHIP_TEMP=468,// Camera sensor temperature
CV_CAP_PROP_XI_HOUS_TEMP=469,// Camera housing tepmerature
CV_CAP_PROP_XI_HOUS_BACK_SIDE_TEMP=590,// Camera housing back side tepmerature
CV_CAP_PROP_XI_CMS=470,// Mode of color management system.
CV_CAP_PROP_XI_APPLY_CMS=471,// Enable applying of CMS profiles to xiGetImage (see XI_PRM_INPUT_CMS_PROFILE, XI_PRM_OUTPUT_CMS_PROFILE).
CV_CAP_PROP_XI_IMAGE_IS_COLOR=474,// Returns 1 for color cameras.
...
...
@@ -365,6 +370,7 @@ enum
CV_CAP_PROP_XI_RECENT_FRAME=553,// GetImage returns most recent frame
CV_CAP_PROP_XI_DEVICE_RESET=554,// Resets the camera to default state.
CV_CAP_PROP_XI_COLUMN_FPN_CORRECTION=555,// Correction of column FPN
CV_CAP_PROP_XI_ROW_FPN_CORRECTION=591,// Correction of row FPN
CV_CAP_PROP_XI_SENSOR_MODE=558,// Current sensor mode. Allows to select sensor mode by one integer. Setting of this parameter affects: image dimensions and downsampling.
CV_CAP_PROP_XI_HDR=559,// Enable High Dynamic Range feature.
CV_CAP_PROP_XI_HDR_KNEEPOINT_COUNT=560,// The number of kneepoints in the PWLR.