Share via


AVCaptureAutoFocusSystem Enum

Definition

Enumerates constants relating to the device's autofocus system.

[ObjCRuntime.Native]
public enum AVCaptureAutoFocusSystem
[<ObjCRuntime.Native>]
type AVCaptureAutoFocusSystem = 
Inheritance
AVCaptureAutoFocusSystem
Attributes

Fields

Name Value Description
None 0

Autofocus is not available.

ContrastDetection 1

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

PhaseDetection 2

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

Applies to