Click or drag to resize

CameraChannels Enumeration

channel indices for multi-head camera live streams

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum CameraChannels
Members
  Member nameValueDescription
OpenNI_DepthMap0 Depth values in mm (CV_16UC1)
OpenNI_PointCloudMap1 XYZ in meters (CV_32FC3)
OpenNI_DisparityMap2 Disparity in pixels (CV_8UC1)
OpenNI_DisparityMap32F3 Disparity in pixels (CV_32FC1)
OpenNI_ValidDepthMask4 CV_8UC1
See Also