public final enum

DJIGimbalMotorControlPreset

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

Class Overview

Different cameras have different preset parameters for gimbal motor stiffness, strength, gyro filtering and pre-control. SDK_TODO Sync with iOS

Summary

Enum Values
DJIGimbalMotorControlPreset  DSLRCamera  The gimbal's motor control configuration is optimized for most of the DSLR cameras. 
DJIGimbalMotorControlPreset  MirrorlessCamera  The gimbal's motor control configuration is optimized for most of the Mirrorless cameras. 
DJIGimbalMotorControlPreset  RED  The gimbal's motor control configuration is optimized for RED cameras. 
Public Methods
static DJIGimbalMotorControlPreset valueOf(String name)
final static DJIGimbalMotorControlPreset[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final DJIGimbalMotorControlPreset DSLRCamera

The gimbal's motor control configuration is optimized for most of the DSLR cameras.

public static final DJIGimbalMotorControlPreset MirrorlessCamera

The gimbal's motor control configuration is optimized for most of the Mirrorless cameras.

public static final DJIGimbalMotorControlPreset RED

The gimbal's motor control configuration is optimized for RED cameras.

Public Methods

public static DJIGimbalMotorControlPreset valueOf (String name)

public static final DJIGimbalMotorControlPreset[] values ()