java.lang.Object | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraOpticalZoomSpec |
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.
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
|
The minimum interval of focal length change in units of 0.1mm.
The maximum focal length of the lens in units of 0.1mm.
The minimum focal length of the lens in units of 0.1mm.