public class

DJIRCGimbalControlSpeed

extends Object
java.lang.Object
   ↳ dji.common.remotecontroller.DJIRCGimbalControlSpeed

Class Overview

DJI RC gimbal control speed

Summary

Fields
public short pitchSpeed Gimbal's pitch speed with range [0,100].
public short rollSpeed Gimbal's roll speed with range [0,100].
public short yawSpeed Gimbal's yaw speed with range [0,100].
Public Constructors
DJIRCGimbalControlSpeed(short pitchSpeed, short rollSpeed, short yawSpeed)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public short pitchSpeed

Gimbal's pitch speed with range [0,100].

public short rollSpeed

Gimbal's roll speed with range [0,100].

public short yawSpeed

Gimbal's yaw speed with range [0,100].

Public Constructors

public DJIRCGimbalControlSpeed (short pitchSpeed, short rollSpeed, short yawSpeed)