Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

iOS ARKit camera settings (lens, exposure, white balance)

Hello Apple Team,

Is it possible to change the zoom factor, exposure, white balance and other settings, of an iOS ARKit session?

I know how to do it using an AVCaptureSession, however, I can't figure out how to access the AVCaptureDeviceInput of the current AR session.

Thanks

PS: I'm using ARkit and RealityKit on iOS 17

Answered by DTS Engineer in 810301022

Hello @emal6465,

You can configure some of those properties by accessing the configurableCaptureDeviceForPrimaryCamera.

Best regards,

Greg

Accepted Answer

Hello @emal6465,

You can configure some of those properties by accessing the configurableCaptureDeviceForPrimaryCamera.

Best regards,

Greg

iOS ARKit camera settings (lens, exposure, white balance)
 
 
Q