Contents

trackingState

The general quality of position tracking available when the camera captured a frame.

Declaration

var trackingState: ARCamera.TrackingState { get }

Discussion

When this value is ARCamera.TrackingState.limited(_:), see the associated ARCamera.TrackingState.Reason value for a possible cause of low tracking quality.

See Also

Handling Tracking Status