Contents

isCameraCalibrationDataDeliverySupported

A Boolean value that indicates whether the photo output currently supports the delivery of camera calibration data.

Declaration

var isCameraCalibrationDataDeliverySupported: Bool { get }

Discussion

A photo output can deliver camera calibration data only when it’s isVirtualDeviceConstituentPhotoDeliveryEnabled property is true and its isContentAwareDistortionCorrectionEnabled property is false. Additionally, the source capture device’s isGeometricDistortionCorrectionEnabled property must be false.

This property is key-value observable.