Comments

3 comments

  • DJI Developer Support
    可以,通过remoteController.setChargeRemainingCallback获取遥控器电量。
    0
    Comment actions Permalink
  • 1120240290

    能否同步获取遥控器电量?比如通过对应的Key来获取。

    0
    Comment actions Permalink
  • 1120240290

    不用了,我已经知道怎么同步获取遥控器电量了:

    val batteryState = DJISDKManager.getInstance().getKeyManager().getValue(RemoteControllerKey.create(
    RemoteControllerKey.BATTERY_STATE)) as BatteryState?
    0
    Comment actions Permalink

Please sign in to leave a comment.