CBLPropertyCommonValueAFSystem
Objective-C
enum CBLPropertyCommonValueAFSystem : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueAFSystem : PropertyCommonValue, @unchecked Sendable
Autofocus system common values.
-
The value is equivalent to using a “traditional” off-sensor array of autofocus points for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemViewfinderAFPoints = 350
Swift
case viewfinderAFPoints = 350
-
The value is equivalent to using a single area on the sensor for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemSingleArea
Swift
case singleArea = 351
-
The value is equivalent to using multiple areas on the sensor for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemMultipleAreas
Swift
case multipleAreas = 352
-
The value is equivalent to using face-detection for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemFaceDetection
Swift
case faceDetection = 353
-
The value is equivalent to using a single small point on the sensor for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemSinglePoint
Swift
case singlePoint = 354
-
The value is equivalent to using a single point on the sensor for autofocus, then tracking the subject from that point while autofocus is active.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemSinglePointTracking
Swift
case singlePointTracking = 355