PixelSensorMetaData
NameSpace: PixelSensors
The base class for all metadata types. PixelSensors.MagicLeapPixelSensorFeature.GetSensorData will return an array of instances of the base class type Use the MetadataType to determine and cast to the corresponding metadata needed
Inherited by:
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorAnalogGain,
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorDepthConfidenceBuffer,
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorDepthFlagBuffer,
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorDepthFrameIllumination,
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorDigitalGain,
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorExposureTime,
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorFisheyeIntrinsics,
MagicLeap.OpenXR.Features.PixelSensors.PixelSensorPinholeIntrinsics
Public Fields
MetaDataType
The type of the metadata that this instance holds
public abstract PixelSensorMetaDataType MetaDataType { get; set; }
Type | Description |
---|---|
abstract PixelSensorMetaDataType | The metadata types that can be supported by a sensor |