DJI Mobile SDK Documentation

      class DJIGimbalDirectionState

      @interface DJIGimbalDirectionState : NSObject
      Header:DJIGimbalDirectionState.h
      Inherits From:NSObject
      Description:

      This class provides gimbal direction adjustment result and adjustment suggestion on axis.

      Class Members:
      Adjustment Result LR
      property
      property adjustmentResultLR
      @property (nonatomic, readonly) DJIGimbalDirectionAdjustmentResult adjustmentResultLR
      Header:DJIGimbalDirectionState.h
      Description:

      Gimbal direction adjustment result for direction left and right.

      See Also:

      DJIGimbalDirectionAdjustmentResult

      Adjustment Suggestion LR
      property
      property adjustmentSuggestionLR
      @property (nonatomic, readonly) DJIGimbalSuggestedDirectionAdjustment adjustmentSuggestionLR
      Header:DJIGimbalDirectionState.h
      Description:

      Suggestion for adjusting the gimbal to the left or to the right.

      See Also:

      DJIGimbalSuggestedDirectionAdjustment

      Adjustment Result UD
      property
      property adjustmentResultUD
      @property (nonatomic, readonly) DJIGimbalDirectionAdjustmentResult adjustmentResultUD
      Header:DJIGimbalDirectionState.h
      Description:

      Gimbal direction adjustment result for direction upwards or downwards.

      See Also:

      DJIGimbalDirectionAdjustmentResult

      Adjustment Suggestion UD
      property
      property adjustmentSuggestionUD
      @property (nonatomic, readonly) DJIGimbalSuggestedDirectionAdjustment adjustmentSuggestionUD
      Header:DJIGimbalDirectionState.h
      Description:

      Suggestion for adjusting the gimbal upwards or downwards.

      See Also:

      DJIGimbalSuggestedDirectionAdjustment

      Adjustment Result FB
      property
      property adjustmentResultFB
      @property (nonatomic, readonly) DJIGimbalDirectionAdjustmentResult adjustmentResultFB
      Header:DJIGimbalDirectionState.h
      Description:

      Gimbal direction adjustment result for direction forwards or backwards.

      See Also:

      DJIGimbalDirectionAdjustmentResult

      Adjustment Suggestion FB
      property
      property adjustmentSuggestionFB
      @property (nonatomic, readonly) DJIGimbalSuggestedDirectionAdjustment adjustmentSuggestionFB
      Header:DJIGimbalDirectionState.h
      Description:

      Suggestion for adjusting the camera forwards or backwards.

      See Also:

      DJIGimbalSuggestedDirectionAdjustment