public static class

DJICameraSettingsDef.CameraOpticalZoomSpec

extends Object
java.lang.Object
   ↳ dji.common.camera.DJICameraSettingsDef.CameraOpticalZoomSpec

Class Overview

Zoom lens profile. Includes focal length range and minimum focal length step. Supported by X5, X5R and X5S with zoom lens, Z3 camera and Z30 camera.

Summary

Fields
public int focalLengthStep The minimum interval of focal length change in units of 0.1mm.
public int maxFocalLength The maximum focal length of the lens in units of 0.1mm.
public int minFocalLength The minimum focal length of the lens in units of 0.1mm.
Public Constructors
CameraOpticalZoomSpec()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int focalLengthStep

The minimum interval of focal length change in units of 0.1mm.

public int maxFocalLength

The maximum focal length of the lens in units of 0.1mm.

public int minFocalLength

The minimum focal length of the lens in units of 0.1mm.

Public Constructors

public CameraOpticalZoomSpec ()