public static final class
Properties.TrackingStatusFlag
Flags for TRACKING_STATUS
.
Constants
long | HAS_6DOF | The tracker pose is derived from 6DoF sensors and has a translational component. |
long | INITIALIZING | The tracker is still initializing, so the pose may not be accurate. |
long | INVALID | The tracker is in an invalid (potentially paused) state, or no valid tracker exists. |
Inherited Methods
Constants
public static final long HAS_6DOF
The tracker pose is derived from 6DoF sensors and has a translational component.
Constant Value:
4
public static final long INITIALIZING
The tracker is still initializing, so the pose may not be accurate.
Constant Value:
2
public static final long INVALID
The tracker is in an invalid (potentially paused) state, or no valid tracker exists.
Constant Value:
1