DJICameraLensFocusMode
enum DJICameraLensFocusMode : NSUInteger {}
Camera focus mode.
It is settable only when IsAdjustableFocalPointSupported
returns YES and
the physical AF switch on the camera is set to auto.
-
The camera’s focus mode is set to manual. In this mode, user sets the focus ring value to adjust the focal distance.
Declaration
Objective-C
DJICameraLensFocusModeManual
-
The camera’s focus mode is set to auto. For the Z30 camera, the focus is calculated completely automatically. For all other cameras, a focus target can be set by the user, which is used to calculate focus automatically.
Declaration
Objective-C
DJICameraLensFocusModeAuto
-
The camera’s focus mode is unknown.
Declaration
Objective-C
DJICameraLensFocusModeUnknown = 255