Package apple.avfoundation.enums
Class AVCaptureAutoFocusSystem
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureAutoFocusSystem
-
public final class AVCaptureAutoFocusSystem extends java.lang.Object[@enum] AVCaptureAutoFocusSystem Constants indicating the autofocus system. [@constant] AVCaptureAutoFocusSystemNone Indicates that autofocus is not available. [@constant] AVCaptureAutoFocusSystemContrastDetection Indicates that autofocus is achieved by contrast detection. Contrast detection performs a focus scan to find the optimal position. [@constant] AVCaptureAutoFocusSystemPhaseDetection Indicates that autofocus is achieved by phase detection. Phase detection has the ability to achieve focus in many cases without a focus scan. Phase detection autofocus is typically less visually intrusive than contrast detection autofocus.
-
-
Field Summary
Fields Modifier and Type Field Description static longContrastDetectionstatic longNonestatic longPhaseDetection
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
ContrastDetection
public static final long ContrastDetection
- See Also:
- Constant Field Values
-
PhaseDetection
public static final long PhaseDetection
- See Also:
- Constant Field Values
-
-