DJI Mobile SDK Documentation

      class AutoSensingInfoListener

      interface AutoSensingInfoListener 
      Package:dji.v5.manager.intelligent
      Description:

      Auto sensing function information listener.

      Supported since MSDK 5.14.0

      Class Members:
      method onAutoSensingInfoUpdate
      void onAutoSensingInfoUpdate(@NonNull AutoSensingInfo info)
      Package:dji.v5.manager.intelligent
      Description:

      This method will be called back when the auto sensing information changes.


      Supported since MSDK 5.14.0

      Input Parameters:
      @NonNull AutoSensingInfo infoAuto sensing information
      method onTrackingTargetUpdate
      default void onTrackingTargetUpdate(@NonNull AutoSensingTarget target) 
      Package:dji.v5.manager.intelligent
      Description:

      This method is called back when the Tracking target changes.


      Supported since MSDK 5.14.0

      Input Parameters:
      @NonNull AutoSensingTarget targetTracking target information
      method onIntelligentModelUpdate
      default void onIntelligentModelUpdate(@NonNull List<IntelligentModel> models) 
      Package:dji.v5.manager.intelligent
      Description:

      This method is called back when the Intelligent model list changes.


      Supported since MSDK 5.15.0

      Input Parameters:
      @NonNull List<IntelligentModel> modelsIntelligent model list
      method onRunningIntelligentModelUpdate
      default void onRunningIntelligentModelUpdate(int modelId) 
      Package:dji.v5.manager.intelligent
      Description:

      This method is called back when the running modelId changes.


      Supported since MSDK 5.15.0

      Input Parameters:
      int modelIdThe id of model on aircraft