DJILensType
enum DJILensType : NSUInteger {}
The type of the installed lens.
-
The lens supports Auto Focus (AF). For this type, the DJI SDK can control the focus point.
Declaration
Objective-C
DJILensTypeAF -
The lens supports only Manual Focus. For this type, the DJI SDK cannot control the focus point.
Declaration
Objective-C
DJILensTypeMF -
The lens type is unknown.
Declaration
Objective-C
DJILensTypeUnknown
View on GitHub
DJILensType Enum Reference