interface Callback |
Package: | dji.common.flightcontroller |
This protocol provides an interface to update the Intelligent Flight Assistant current state.
void onUpdate(@NonNull VisionDetectionState state) |
Package: | dji.common.flightcontroller |
Callback function that updates the vision detection state. The frequency of this method is 10Hz.
@NonNull VisionDetectionState state | The state of vision sensor. |
{{searchCount}} Results