| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.sdk.Gimbal.DJIGimbal.DJIGimbalMotorControlPreset | |
Different cameras have different preset parameters for gimbal motor stiffness, strength, gyro filtering and pre-control. SDK_TODO Sync with iOS
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIGimbal.DJIGimbalMotorControlPreset | DSLRCamera | The gimbal's motor control configuration is optimized for most of the DSLR cameras. | |||||||||
| DJIGimbal.DJIGimbalMotorControlPreset | RED | The gimbal's motor control configuration is optimized for RED cameras. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DJIGimbal.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 | |||||||||||
The gimbal's motor control configuration is optimized for most of the DSLR cameras.
The gimbal's motor control configuration is optimized for RED cameras.