Contents

ARCamera.TrackingState.limited(_:)

Tracking is available, but the quality of results is questionable.

Declaration

case limited(ARCamera.TrackingState.Reason)

Mentioned in

Discussion

In this state, the positions and transforms of anchors in the scene (especially detected planes) may not be accurate or consistent from one captured frame to the next.

See the associated ARCamera.TrackingState.Reason value for information you can present to the user for improving tracking quality.

See Also

Determining the camera tracking status