java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.OpticalZoomDirection |
The direction to adjust the camera zoom (camera focal length). Supported by X5, X5R and X5S with zoom lens, Z3 camera and Z30 camera.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.OpticalZoomDirection | ZoomIn | Lens will zoom in. | |||||||||
DJICameraSettingsDef.OpticalZoomDirection | ZoomOut | Lens will zoom out. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static DJICameraSettingsDef.OpticalZoomDirection | valueOf(String name) | ||||||||||
final static OpticalZoomDirection[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Lens will zoom in. The focal length increases, field of view becomes narrower and magnification is higher.
Lens will zoom out. The focal length decreases, field of view becomes wider and magnification is lower.