AVCapturePhotoSettings.AutoDualCameraFusionEnabled Property

Definition

Gets or sets a Boolean value that controls whether images from two built-in cameras will automatically be combined into one high quality image.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool AutoDualCameraFusionEnabled { [Foundation.Export("isAutoDualCameraFusionEnabled")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setAutoDualCameraFusionEnabled:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.AutoDualCameraFusionEnabled : bool with get, set

Property Value

Attributes

Applies to