| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.sdk.Gimbal.DJIGimbal.DJIGimbalEndpointDirection | |
Gimbal endpoint setting. This is only supported by the Ronin MX gimbal.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJIGimbal.DJIGimbalEndpointDirection | PitchDown | Pitch (also called tilt) endpoint setting in the downwards direction. | |||||||||
| DJIGimbal.DJIGimbalEndpointDirection | PitchUp | Pitch (also called tilt) endpoint setting in the upwards direction. | |||||||||
| DJIGimbal.DJIGimbalEndpointDirection | YawLeft | Yaw (also called pan) endpoint setting in the left direction. | |||||||||
| DJIGimbal.DJIGimbalEndpointDirection | YawRight | Yaw (also called pan) endpoint setting in the right direction. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DJIGimbal.DJIGimbalEndpointDirection | valueOf(String name) | ||||||||||
| final static DJIGimbalEndpointDirection[] | values() | ||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Enum | |||||||||||
From class java.lang.Object | |||||||||||
From interface java.lang.Comparable | |||||||||||
Pitch (also called tilt) endpoint setting in the downwards direction.
Pitch (also called tilt) endpoint setting in the upwards direction.
Yaw (also called pan) endpoint setting in the left direction.
Yaw (also called pan) endpoint setting in the right direction.