In a multi-frame 360° stitching pipeline with ARKit, what's the recommended way to lock exposure and white balance consistently across frames, and is AVFoundation-first better than ARKit-first for this?
ARKit multi-frame capture question
Hi. Have you tried using ARConfiguration's configurableCaptureDeviceForPrimaryCamera to get a reference to the ARSession's primary capture device? You should be able to lock that device for configuration and then set exposure or white balance controls. Please give that a try.