public final enum

DJIGimbalControllerMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.gimbal.DJIGimbalControllerMode

Class Overview

Supported only by Osmo. The control mode for the gimbal stick (Osmo controller). The total stick deflection is a combination of deflections in two orthogonal axes (horizontal and vertical). These two axes translate to gimbal movement around the yaw and pitch axes. When the total stick deflection is a combination of vertical and horizontal deflection, the gimbal stick control mode can be configured to either move the gimbal in yaw and pitch relative to the horizontal and vertical deflection respectively, or move the gimbal in only yaw or picth, depending on whether horizontal or vertical deflection is greater respectively.

Summary

Enum Values
DJIGimbalControllerMode  Free  Gimbal movement will be in both yaw and pitch simultaneously relative to the horizontal and vertical deflection of the stick respectively. 
DJIGimbalControllerMode  HorizontalVertical  Gimbal movement will only be in yaw or pitch depending on whether the stick horizontal or vertical deflection is greater respectively. 
Public Methods
static DJIGimbalControllerMode valueOf(String name)
final static DJIGimbalControllerMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIGimbalControllerMode Free

Gimbal movement will be in both yaw and pitch simultaneously relative to the horizontal and vertical deflection of the stick respectively.

public static final DJIGimbalControllerMode HorizontalVertical

Gimbal movement will only be in yaw or pitch depending on whether the stick horizontal or vertical deflection is greater respectively.

Public Methods

public static DJIGimbalControllerMode valueOf (String name)

public static final DJIGimbalControllerMode[] values ()