AVCaptureAutoFocusSystem Enum

Definition

Enumerates constants relating to the device's autofocus system.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureAutoFocusSystem
type AVCaptureAutoFocusSystem = 
Inheritance
AVCaptureAutoFocusSystem
Attributes

Fields

ContrastDetection 1

Autofocus by way of contrast detection, which requires a focus scan.

None 0

Autofocus is not available.

PhaseDetection 2

Autofocus by way of phase detection, which often can be done without a focus scan.

Applies to