Camera field of view when taking photos

Is there a way to get the iPhone camera field of view when taking photos? I can get the fov for video from the AVCaptureDevice.Format class. This value is slightly smaller than the one used for photos though as film is cropped for image stabilisation. I have read online that the video fov is approx 10% smaller. I would like to be certain I have the correct value but there doesn't seem to be any way to access this value programmatically.


I have looked into using ARKit to get this value, but I can't run ARKit and AVFoundation at the same time.

cheers

Replies

I have the same question.