DJIGimbalRotateAngleMode

enum DJIGimbalRotateAngleMode : uint8_t {}

The rotation angle of the gimbal can be defined as either Absolute (relative to the heading), or Relative (relative to its current angle).

  • The angle value, when the gimbal is rotating, is relative to the current angle.

    Declaration

    Objective-C

    DJIGimbalAngleModeRelativeAngle
  • The angle value, when the gimbal is rotating, is relative to 0 degrees (with respect to the aircraft heading).

    Declaration

    Objective-C

    DJIGimbalAngleModeAbsoluteAngle