java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraLensFocusStatus |
Supported only by X5 Camera
The focusing status of the camera's lens.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraLensFocusStatus | Failure | The lens fails to fucus on the target. | |||||||||
DJICameraSettingsDef.CameraLensFocusStatus | Focusing | The lens is focusing to the target. | |||||||||
DJICameraSettingsDef.CameraLensFocusStatus | Idle | The lens is idle. | |||||||||
DJICameraSettingsDef.CameraLensFocusStatus | Success | The lens succeeds to fucus on the target. | |||||||||
DJICameraSettingsDef.CameraLensFocusStatus | Unknown | The lens focus status is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraLensFocusStatus |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraLensFocusStatus | valueOf(String name) | ||||||||||
final static CameraLensFocusStatus[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The lens fails to fucus on the target. It happens when the target is too near or the camera cannot distinguish the object to focus (e.g. a white w wall).
The lens is focusing to the target.
The lens is idle. No focus target has been set.
The lens succeeds to fucus on the target.
The lens focus status is unknown.
Compares the input integer value with the real value of an enum value.
b | The input integer value. |
---|
Returns the enum constant of this type with the input integer value.
value | The input integer value |
---|
Returns the real value of an enum value.