public class

CameraLensFocusAssistant

extends Object
java.lang.Object
   ↳ dji.common.camera.CameraLensFocusAssistant

Class Overview

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.

Summary

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

Public Constructors

public CameraLensFocusAssistant ()

Public Methods

public boolean isEnabledAF ()

Whether the lens focus assistant under MF mode is enabled or not.

Returns
  • true if AF mode is enabled.

public boolean isEnabledMF ()

Whether the lens focus assistant under MF mode is enabled or not.

Returns
  • true if MF mode is enabled.

public void setEnabledAF (boolean enabledAF)

Sets whether the lens focus assistant under AF mode is enabled or not.

public void setEnabledMF (boolean enabledMF)

Sets whether the lens focus assistant under MF mode is enabled or not.