ARKit multi-frame capture question

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?

Answered by Media Engineer in 892582022

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.

Accepted Answer

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.

ARKit multi-frame capture question
 
 
Q