ARKit behaviour across the fold

Hi, Can you talk about what happens with ARKit by default when the unfolding occurs in a normal ARWorldTrackingConfiguration - does the ARSession pause at all or is tracking completely uninterrupted? Does it swap cameras when using ARFaceTrackingConfiguration! Thanks.

Answered by Vision Pro Engineer in 906487022

Hi,

Folding or unfolding doesn't pause or interrupt the ARSession. With ARWorldTrackingConfiguration, tracking just keeps going. With ARFaceTrackingConfiguration, ARKit switches between the front cameras automatically.

Accepted Answer

Hi,

Folding or unfolding doesn't pause or interrupt the ARSession. With ARWorldTrackingConfiguration, tracking just keeps going. With ARFaceTrackingConfiguration, ARKit switches between the front cameras automatically.

ARKit behaviour across the fold
 
 
Q