session(_:cameraDidChangeTrackingState:)
Informs the delegate of changes to the quality of ARKit’s device position tracking.
Declaration
optional func session(_ session: ARSession, cameraDidChangeTrackingState camera: ARCamera)Parameters
- session:
The session providing information.
- camera:
The camera whose tracking parameters have changed. (Equivalent to Currentframe.Camera.)
Discussion
ARKit tracks the position and orientation of the device relative to a virtual scene through a combination of motion sensing and image processing. As such, factors that affect signal quality from the device’s motion sensing hardware or that interfere with scene detection in the camera image can result in poor estimates of the device position relative to the virtual scene.