public class

DJIGimbalSpeedRotation

extends Object
java.lang.Object
   ↳ dji.common.gimbal.DJIGimbalSpeedRotation

Class Overview

This is used to set the gimbal's rotation speed (angular velocity).

Summary

Fields
public float angleVelocity Gimbal rotation angle velocity in degrees/second.
public DJIGimbalRotateDirection direction Gimbal rotation direction.
Public Constructors
DJIGimbalSpeedRotation(float angleVelocity, DJIGimbalRotateDirection direction)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public float angleVelocity

Gimbal rotation angle velocity in degrees/second.

public DJIGimbalRotateDirection direction

Gimbal rotation direction.

Public Constructors

public DJIGimbalSpeedRotation (float angleVelocity, DJIGimbalRotateDirection direction)