Skip to main content
Version: 11 Nov 2025

State

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 TrackingError Error;

TypeDescription
readonly TrackingErrorA set of possible error conditions that can cause Head Tracking to be less than ideal.

Mode​

What tracking mode the Head Tracking system is currently in.


public readonly TrackingMode Mode;

TypeDescription
readonly TrackingModeA set of possible tracking modes the Head Tracking system can be in.