Can I use the Camera API to shoot pictures with the wide camera, while AR is running on the main camera

I want to:

Run ARKit on the main rear camera, and while it's running shoot high resolution pictures on the wide camera, without disturbing the AR tracking.

Is this possible?

Answered by Vision Pro Engineer in 892690022

Please have a look at ARKit's high resolution frame capturing API, which allows you to do exactly that: https://developer.apple.com/documentation/arkit/arsession/capturehighresolutionframe(completion:)

Please have a look at ARKit's high resolution frame capturing API, which allows you to do exactly that: https://developer.apple.com/documentation/arkit/arsession/capturehighresolutionframe(completion:)

Can I use the Camera API to shoot pictures with the wide camera, while AR is running on the main camera
 
 
Q