MSDK-v5.9.1 Lock drone on "slow" mode
CompletedHello everyone,
I'm developing an Android application that communicates with the Mavic 3E and I want to know if there is a way to prohibit the user from putting the drone in Sport/super fast mode.
It could be by code. I just want to enable 'slow' mode
-
Sport mode is activated by the physical buttons on the remote control, and the code cannot prevent it. However, the SDK can detect when the user switches to sport mode, allowing you to provide a prompt. For example, you can use RemoteControllerKey.KeyFlightModeSwitchState to monitor this.
Please sign in to leave a comment.
Comments
1 comment