Show / Hide Table of Contents

Enum CameraChannels

channel indices for multi-head camera live streams

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum CameraChannels

Fields

Name Description
OpenNI_DepthMap

Depth values in mm (CV_16UC1)

OpenNI_DisparityMap

Disparity in pixels (CV_8UC1)

OpenNI_DisparityMap32F

Disparity in pixels (CV_32FC1)

OpenNI_PointCloudMap

XYZ in meters (CV_32FC3)

OpenNI_ValidDepthMask

CV_8UC1

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX