DJIGimbalBalanceTestResult

enum DJIGimbalBalanceTestResult : uint8_t {}

For gimbals that allow payloads to be changed, a balance test should be performed to ensure the camera is mounted correctly. Only supported by Ronin-MX.

  • The balance test result is great.

    Declaration

    Objective-C

    DJIGimbalBalanceTestResultGreat
  • The balance test result is good. When this result is returned, it is possible there was some noise in the balance measurement. For best results, it is recommended to run the balance test again and adjust the payload position until the result becomes great.

    Declaration

    Objective-C

    DJIGimbalBalanceTestResultGood
  • The balance test result is bad. The payload should be adjusted when this result is returned.

    Declaration

    Objective-C

    DJIGimbalBalanceTestResultBad
  • The balance test result is unknown.

    Declaration

    Objective-C

    DJIGimbalBalanceTestResultUnknown = 255