Skip to main content
Version: 20 Mar 2024

StateEx

A structure containing information on the current state of the Head Tracking system.

Public Methods

override string ToString

public override string ToString()

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

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

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.