java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.gimbal.DJIGimbalWorkMode |
Gimbal work modes.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIGimbalWorkMode | FpvMode | The gimbal's work mode is FPV mode. | |||||||||
DJIGimbalWorkMode | FreeMode | The gimbal can move independently of the aircraft's yaw. | |||||||||
DJIGimbalWorkMode | Unknown | The gimbal's work mode is unknown. | |||||||||
DJIGimbalWorkMode | YawFollowMode | The gimbal's work mode is such that it will follow the yaw. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Returns the boolean result of comparing the specified integer value with the real value of an enum constant.
| ||||||||||
static DJIGimbalWorkMode |
find(int value)
Returns the enum constant of this type with the specified integer value.
| ||||||||||
int |
value()
Returns the real value of a enum constant.
| ||||||||||
static DJIGimbalWorkMode | valueOf(String name) | ||||||||||
final static DJIGimbalWorkMode[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The gimbal's work mode is FPV mode. In this mode, the gimbal yaw will follow the aircraft's heading, the gimbal roll will follow the RC's roll channel value. The pitch will be available to move. This mode is only available for the Ronin MX when the M600 landing gear is retracted. Not supported by Osmo.
The gimbal can move independently of the aircraft's yaw. In this mode, even if the aircraft yaw changes, the camera will continue pointing in the same world direction. This feature is supported by the X3, X5 and X5R camera gimbals and the Ronin MX. This mode is only available for the Ronin MX when the M600 landing gear is retracted.
The gimbal's work mode is such that it will follow the yaw. In this mode, the gimbal yaw will be fixed, while pitch and roll will be available to move.
Returns the boolean result of comparing the specified integer value with the real value of an enum constant.
b | The input integer value |
---|
Returns the enum constant of this type with the specified integer value.
value | The integer value. |
---|
Returns the real value of a enum constant.