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