java.lang.Object | |
↳ | dji.common.gimbal.DJIGimbalAngleRotation |
This is used to enable the gimbal rotation in pitch, roll and yaw direction.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public float | angle | Gimbal rotation angle in degrees. | |||||||||
public DJIGimbalRotateDirection | direction | Gimbal rotation direction. | |||||||||
public boolean | enable | Gimbal rotation is enabled. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIGimbalAngleRotation(boolean enable, float angle, DJIGimbalRotateDirection direction)
Constructor of DJI DJIGimbalAngleRotation.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Gimbal rotation angle in degrees.
Gimbal rotation is enabled. If enable is set to false
, you will not be able
to rotate the gimbal.
Constructor of DJI DJIGimbalAngleRotation.
enable | false means you will not be able to rotate the gimbal. |
---|---|
angle | Gimbal rotation angle in degrees. |
direction | Rotation direction. |