public static interface

DJICamera.CameraUpdatedLensStateCallback

dji.sdk.Camera.DJICamera.CameraUpdatedLensStateCallback

Class Overview

Supported only by X5 camera and X5R camera.
This interface provides general information and current status of the camera lens.

Summary

Public Methods
abstract void onResult(DJICamera.CameraLensState state)
The state parameter contains the camera lens' information.

Public Methods

public abstract void onResult (DJICamera.CameraLensState state)

The state parameter contains the camera lens' information.

Parameters
state The camera lens state information.