A Boolean value that determines whether a dual photo capture also delivers camera calibration data.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- AVFoundation
Declaration
var isCameraCalibrationDataDeliveryEnabled: Bool { get set }
Discussion
When this setting is false
(the default), and the is
setting is true
, dual photo capture does not deliver additional data.
If you change this setting to true
, the AVCapture
results from a dual photo capture include AVCamera
objects that describe the imaging parameters for each camera. This data can be useful for performing computer vision tasks on the resulting images.