CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH=460,//!< Sensor output data bit mDepthParam.
CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH=461,//!< Device output data bit mDepthParam.
CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH=460,//!< Sensor output data bit depth.
CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH=461,//!< Device output data bit depth.
CAP_PROP_XI_IMAGE_DATA_BIT_DEPTH=462,//!< bitdepth of data returned by function xiGetImage.
CAP_PROP_XI_OUTPUT_DATA_PACKING=463,//!< Device output data packing (or grouping) enabled. Packing could be enabled if output_data_bit_depth > 8 and packing capability is available.
CAP_PROP_XI_OUTPUT_DATA_PACKING_TYPE=464,//!< Data packing type. Some cameras supports only specific packing type.
enum{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 mDepthParam.
CAP_INTELPERC_UVDEPTH_MAP=1,//!< Each pixel contains two 32-bit floating point values in the range of 0-1, representing the mapping of mDepthParam coordinates to the color coordinates.
enum{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.
CAP_INTELPERC_UVDEPTH_MAP=1,//!< Each pixel contains two 32-bit floating point values in the range of 0-1, representing the mapping of depth coordinates to the color coordinates.
CAP_INTELPERC_IR_MAP=2,//!< Each pixel is a 16-bit integer. The value indicates the intensity of the reflected laser beam.
CV_CAP_PROP_XI_SENSOR_DATA_BIT_DEPTH=460,// Sensor output data bit mDepthParam.
CV_CAP_PROP_XI_OUTPUT_DATA_BIT_DEPTH=461,// Device output data bit mDepthParam.
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.
CV_CAP_PROP_XI_IMAGE_DATA_BIT_DEPTH=462,// bitdepth of data returned by function xiGetImage
CV_CAP_PROP_XI_OUTPUT_DATA_PACKING=463,// Device output data packing (or grouping) enabled. Packing could be enabled if output_data_bit_depth > 8 and packing capability is available.
CV_CAP_PROP_XI_OUTPUT_DATA_PACKING_TYPE=464,// Data packing type. Some cameras supports only specific packing type.
...
...
@@ -464,7 +464,7 @@ enum
enum
{
// Data given from mDepthParam generator.
// Data given from depth generator.
CV_CAP_OPENNI_DEPTH_MAP=0,// Depth values in mm (CV_16UC1)
CV_CAP_OPENNI_POINT_CLOUD_MAP=1,// XYZ in meters (CV_32FC3)
CV_CAP_OPENNI_DISPARITY_MAP=2,// Disparity in pixels (CV_8UC1)
...
...
@@ -491,8 +491,8 @@ enum
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 mDepthParam.
CV_CAP_INTELPERC_UVDEPTH_MAP=1,// Each pixel contains two 32-bit floating point values in the range of 0-1, representing the mapping of mDepthParam coordinates to the color coordinates.
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.
CV_CAP_INTELPERC_UVDEPTH_MAP=1,// Each pixel contains two 32-bit floating point values in the range of 0-1, representing the mapping of depth coordinates to the color coordinates.
CV_CAP_INTELPERC_IR_MAP=2,// Each pixel is a 16-bit integer. The value indicates the intensity of the reflected laser beam.