isDualCameraFusionSupported
A Boolean value indicating whether the capture output currently supports automatically combining image data on a dual camera device.
Declaration
var isDualCameraFusionSupported: Bool { get }Discussion
On devices equipped with a dual camera, image fusion combines samples from both cameras to produce a higher quality image.
To capture a photo with image fusion, set the isAutoDualCameraFusionEnabled property of your photo settings object. If a device does not support image fusion, setting the isAutoDualCameraFusionEnabled property has no effect (that is, the resolved isDualCameraFusionEnabled setting will always be false).
This property supports key-value observing.