DJICameraLensFocusStatus
enum DJICameraLensFocusStatus : NSUInteger {}
The focusing status of the camera’s lens.
-
The lens is idle. No focus target has been set.
Declaration
Objective-C
DJICameraLensFocusStatusIdle = 0
-
The lens is focusing on the target.
Declaration
Objective-C
DJICameraLensFocusStatusFocusing
-
The lens succeeded to focus on the target.
Declaration
Objective-C
DJICameraLensFocusStatusSuccess
-
The lens failed to focus on the target. This happens when the target is too close, or the camera cannot distinguish the object to focus (e.g. a white wall).
Declaration
Objective-C
DJICameraLensFocusStatusFailure