java.lang.Object | |
↳ | dji.common.camera.CameraLensFocusAssistant |
The lens focus assistant is enabled or not. If the focus assistant is enabled, a specific area of the screen will zoom out during focusing.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CameraLensFocusAssistant() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
isEnabledAF()
Whether the lens focus assistant under MF mode is enabled or not.
| ||||||||||
boolean |
isEnabledMF()
Whether the lens focus assistant under MF mode is enabled or not.
| ||||||||||
void |
setEnabledAF(boolean enabledAF)
Sets whether the lens focus assistant under AF mode is enabled or not.
| ||||||||||
void |
setEnabledMF(boolean enabledMF)
Sets whether the lens focus assistant under MF mode is enabled or not.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Whether the lens focus assistant under MF mode is enabled or not.
true
if AF mode is enabled.
Whether the lens focus assistant under MF mode is enabled or not.
true
if MF mode is enabled.
Sets whether the lens focus assistant under AF mode is enabled or not.
Sets whether the lens focus assistant under MF mode is enabled or not.