Skip to main content
Version: 20 Mar 2024

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;

TypeDescription
readonly HeadTrackingStatusA set of possible tracking status for the Head Tracking system.

Version

Version of this structure.


public readonly uint Version;