Mobile-SDK-Android-V5
Mobile-SDK-Android-V5 copied to clipboard
MSDK V5 Sample
I want to use the camera in vertical mode to capture and record the moments for posting on social media, to capture video in the best quality it is required...
We want to get some data from the SDK. We installed the sdk on our widget app. This is just an app which take screenshots, but now we want to...
- 机型:M30T - SDK版本:MSDK 5.8.0 - 问题场景:从 UP_TO_DATE 的 MediaFileListData 中拿到了需要的MediaFile,再调用pullOriginMediaFileFromCamera()时,几乎每一次任务中都会有一到两张照片会失败2~3次后才成功,甚至有出现过反复失败的情况。 - 错误代码:errorErrorImp{errorType='SDK', errorCode='-3', innerCode='null', description='null', hint='null'} - 回滚到MSDK 5.7.1 时基本不会出现这个问题
## Specs **Device:** Samsung Galaxy S23 **OS:** Android 14 (One UI 6.0) **Controller:** DJI RC-N1 **Aircraft:** DJI Mini 3 **MSDK Version:** MSDK V5.8.0 ## Steps to reproduce 1. Use MSDK...
I have trouble using MSDK live streaming features, they throw UnsatisfiedLinkError. I investigated and found out that both MSDK and Mapbox include libc++_shared.so but with conflicting versions. (https://sdk-forum.dji.net/hc/en-us/community/posts/19272641695001-ILiveStreamManager-UnsatisfiedLinkError-in-5-4-0?page=1) Based on...
Using `pullMediaFileListFromCamera` in my project returned an error. Curiously, the test tool in the sample app worked fine. Error: ``` ErrorImp{errorType='SDK', errorCode='MEDIA_MANAGER_FETCH_FILE_LIST_FAILED', innerCode='null', description='The execution could not be executed.', hint=''}...
Thank you for providing v5.8.0. I tried it on my side and found a memory leak on LiveStreamVM. Please take a look and let me know if you need further...
Since SystemStatusSmartListModel uses `bitwise-and` to manage item exclusion, we should declare [uxsdk_excludeItem](https://github.com/dji-sdk/Mobile-SDK-Android-V5/blob/8f2ed619ae0789aa7cec1fd166db0b77f5106d9a/SampleCode-V5/android-sdk-v5-uxsdk/src/main/res/values/attrs.xml#L648-L664) and [SystemStatusListItem](https://github.com/dji-sdk/Mobile-SDK-Android-V5/blob/8f2ed619ae0789aa7cec1fd166db0b77f5106d9a/SampleCode-V5/android-sdk-v5-uxsdk/src/main/java/dji/v5/ux/core/panel/systemstatus/SystemStatusSmartListModel.kt#L171) as bit flags. https://github.com/dji-sdk/Mobile-SDK-Android-V5/blob/8f2ed619ae0789aa7cec1fd166db0b77f5106d9a/SampleCode-V5/android-sdk-v5-uxsdk/src/main/java/dji/v5/ux/core/panel/systemstatus/SystemStatusSmartListModel.kt#L251-L253
Hello, Are there any plans to migrate the SDK as per https://developer.android.com/topic/libraries/view-binding/migration#groovy. We are getting the error **The 'kotlin-android-extensions' Gradle plugin is no longer supported. Please use this migration guide...