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
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
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
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
int modelId | The id of model on aircraft |