PixelSensorDepthFlagBuffer
NameSpace: PixelSensors
The Depth Flag Buffer metadata
Inherits from:
PixelSensorMetaData
Public Attributes
Frame
The frame associated with the depth flags
public PixelSensorFrame Frame;
Type | Description |
---|---|
PixelSensorFrame | Represents the frame data of a sensor |
Details*
Each pixel holds the flag information. See PixelSensorDepthFlags for the possible values
MetaDataType
public override PixelSensorMetaDataType MetaDataType => PixelSensorMetaDataType.DepthFlagBuffer;
Type | Description |
---|---|
override PixelSensorMetaDataType | The metadata types that can be supported by a sensor |