/** @brief start capturing frames from camera: index = camera_index + domain_offset (CV_CAP_*)
...
...
@@ -409,8 +409,6 @@ enum
CV_CAP_PROP_XI_SENSOR_FEATURE_SELECTOR=585,// Selects the current feature which is accessible by XI_PRM_SENSOR_FEATURE_VALUE.
CV_CAP_PROP_XI_SENSOR_FEATURE_VALUE=586,// Allows access to sensor feature value currently selected by XI_PRM_SENSOR_FEATURE_SELECTOR.
// ARAVIS
CV_CAP_PROP_ARAVIS_PIXELFORMAT=1001,// Pixel format
// Properties for Android cameras
CV_CAP_PROP_ANDROID_FLASH_MODE=8001,
...
...
@@ -491,13 +489,6 @@ enum
CV_CAP_OPENNI_QVGA_60HZ=4
};
// Supported output modes of Aravis image generator
enum
{
CV_CAP_MODE_GRAY8=0,// Y8 (default)
CV_CAP_MODE_GRAY12=1// Y12
};
enum
{
CV_CAP_INTELPERC_DEPTH_MAP=0,// Each pixel is a 16-bit integer. The value indicates the distance from an object to the camera's XY plane or the Cartesian depth.