-
Is it possible to set wind speed via SDK? If not, do you have it in plans? Or maybe there is another software from it?
Drone: Mavic Mini 3 Pro
-
Hi, my Mini 3 is not responding at all with sendVirtualStickAdvancedParam. So far takeoff, landing and taking pictures have worked just fine on my app.
This is what I'm using to setup VirutalStick:…
-
Hi, when I'm trying to enable virtual stick on mini 3 pro(sdk version: 5.9.0) this error appears.
```
java.lang.NoClassDefFoundError: Failed resolution of: Ldji/v5/common/callback/CommonCallbacks$C…
-
### 问题描述【必填】
老师,其实不用传入setLifecycleOwner对象的。
因为,在使用ViewModel和LiveData的架构中,通常不需要直接将LifecycleOwner传递给网络请求库来管理请求的生命周期。ViewModel和LiveData已经为你提供了一种优雅的方式来处理与生命周期相关的逻辑。
如下,
```kotlin
class HomeViewMo…
-
The official sample app of [Mobile-SDK-Android](https://github.com/dji-sdk/Mobile-SDK-Android) is crashed on Samsung SM-M115F on tap to button "Register APP" (on calling the DJISDKManager.getInstance(…
-
### 框架版本【必填】
18.5
### 问题描述【必填】
安卓14,申请READ_MEDIA_IMAGES时,当用户选择部分允许后,READ_MEDIA_IMAGES的isGranted=true,
预想中应该是false,READ_MEDIA_VISUAL_USER_SELECTED的isGranted=true才对,导致无法区分用户是部分允许还是全部允许。
请参考复现…
-
I am currently in the process of developing an Android application that allows a user to select waypoints on the app interface. The chosen waypoints are then transmitted to a DJI drone, which autonomo…
ghost updated
6 months ago
-
Parent #17173
This issue is about resolving the `AsyncTask` compile warnings for the WordPress module, and possibly, for the lib modules as well.
PS: Some of those warnings are already deprecate…
-
测试
ocrEngine = new OcrEngine(this.getApplicationContext())
调用多次会得到乱码的识别的结果,最好能有一个反注册功能去释放,在第二次调用又可以初始化
-
**Describe the bug**
QZ app can discover and connect to my treadmill, but the treadmill does not respond to the app. I'm aware that ESLinker is not fully supported. I hope I can provide information…