AVCaptureDevice.default(for: .video) is defaulting to builtInWideCamera device type
On iPhone 14 Pro (Max) the wide angle camera has a higher minimum focal length of 200 mm which is different as compared to its predecessors where it is typically 150 mm. So, on these newer devices it would be safer to choose either builtInDualCamera or builtInTripleCamera instead of using default wide angle camera which would ensure that iOS automatically switches from wide angle to ultra wide angle if necessary to maintain focus.
Topic:
Media Technologies
SubTopic:
Photos & Camera
Tags: