DJI Mobile SDK Documentation

      class GimbalCoaxialityDetectionState

      class GimbalCoaxialityDetectionState
      Package:dji.common.gimbal.XPortState
      Description:

      This class provides current coaxiality detection information of the gimbal.

      Class Members:
      Coaxiality Detection Status
      method
      method getStatus
      CoaxialityDetectionProgressStatus getStatus()
      Package:dji.common.gimbal.XPortState
      Description:

      Get the coaxiality detection status.

      Return:
      CoaxialityDetectionProgressStatusAn enum value of CoaxialityDetectionProgressStatus.
      method getResultOnPitch
      DetectionResultOnAxis getResultOnPitch()
      Package:dji.common.gimbal.XPortState
      Description:

      Get the Gimbal coaxiality detection result on pitch.

      Return:
      DetectionResultOnAxisAn enum value of DetectionResultOnAxis.
      method getProcess
      int getProcess()
      Package:dji.common.gimbal.XPortState
      Description:

      Get the Gimbal's coaxiality detection progress percentage.

      Return:
      intAn int value of the process..
      method isAircraftStabilitySatisfied
      boolean isAircraftStabilitySatisfied()
      Package:dji.common.gimbal.XPortState
      Description:

      false if aircraft stability does not meet requirements.

      Return:
      booleanA boolean value to check aircraft's stability.
      method isAircraftMotorOn
      boolean isAircraftMotorOn()
      Package:dji.common.gimbal.XPortState
      Description:

      Turn off aircraft motor and run coaxiality detection again if this is true.

      Return:
      booleanA boolean value to check aircraft motor on status.
      method isGimbalMotorOverloaded
      boolean isGimbalMotorOverloaded()
      Package:dji.common.gimbal.XPortState
      Description:

      true if the gimbal motor is overloaded. Unable to test normally.

      Return:
      booleanA boolean value to check gimbal motor overloaded.
      Callbacks
      class