ARCamera.trackingState changes to .initializing after device rotatio

Hi, after rotating the iPad ARCamera.trackingState transitions to .initilizing and the video freezes. The application as a whole still functions. I'm unable to extract a relevant code example as this is embedded in a larger application. I am not seeing this behavior on iPhone. Is there any possibility that this is related to layout constraints? I see some warnings when the rotation occurs. Is there anything else I might examine? Thank you

The tracking state reason .initializing only occurs when a new ARSession is run, or re-run with the .resetTracking option. Without a code sample, it is difficult to diagnose what's going on, but I recommend double-checking your application logic for a mistake with regard to the lifecycle of your AR session. Maybe the device rotation causes some code to be executed twice so that you attempt running multiple ARSessions simultaneously.

ARCamera.trackingState changes to .initializing after device rotatio
 
 
Q