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 = 350Swift
case viewfinderAFPoints = 350 -
The value is equivalent to using a single area on the sensor for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemSingleAreaSwift
case singleArea = 351 -
The value is equivalent to using multiple areas on the sensor for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemMultipleAreasSwift
case multipleAreas = 352 -
The value is equivalent to using face-detection for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemFaceDetectionSwift
case faceDetection = 353 -
The value is equivalent to using a single small point on the sensor for autofocus.
Declaration
Objective-C
CBLPropertyCommonValueAFSystemSinglePointSwift
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
CBLPropertyCommonValueAFSystemSinglePointTrackingSwift
case singlePointTracking = 355