PixelSensorDepthConfidenceBuffer
NameSpace: PixelSensors
The Depth Confidence Buffer metadata
Inherits from:
PixelSensorMetaData
Public Attributes
Frame
The frame associated with the depth confidence data.
public PixelSensorFrame Frame;
Type | Description |
---|---|
PixelSensorFrame | Represents the frame data of a sensor |
Details*
Each pixel in the frame will have an associated confidence value. See PixelSensorFrameType
MetaDataType
public override PixelSensorMetaDataType MetaDataType => PixelSensorMetaDataType.DepthConfidenceBuffer;
Type | Description |
---|---|
override PixelSensorMetaDataType | The metadata types that can be supported by a sensor |