MLHeadTrackingStateEx
A structure containing information on the current state of the Head Tracking system.
Public Attributes
Confidence
A confidence value (from 0..1) representing the confidence in the current pose estimation.
public readonly float Confidence;
Error
Represents what tracking error (if any) is present.
public readonly uint Error;
Status
Current status of the Head Tracking system.
public readonly HeadTrackingStatus Status;
Type | Description |
---|---|
readonly HeadTrackingStatus | A set of possible tracking status for the Head Tracking system. |
Version
Version of this structure.
public readonly uint Version;