Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it now ready for 4.13 or still working with 4.11? #70

Open
neilyoung opened this issue Nov 19, 2020 · 4 comments
Open

Is it now ready for 4.13 or still working with 4.11? #70

neilyoung opened this issue Nov 19, 2020 · 4 comments

Comments

@neilyoung
Copy link

Hi, according to several comments in the commit history this sample has been aligned to run with 4.13 SDK. In contrary the build.gradle still makes use of the 4.11 SDK. What am I missing?

implementation('com.dji:dji-sdk:4.11.1', {
/**
* Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom.
* Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp
* is called.
* Both will greatly reducing the size of the APK.
*/
exclude module: 'library-anti-distortion'
//exclude module: 'fly-safe-database'
})
compileOnly 'com.dji:dji-sdk-provided:4.11.1'

@dji-dev
Copy link
Collaborator

dji-dev commented Nov 20, 2020

Agent comment from Luce Luo in Zendesk ticket #41252:

Dear Customer,

Thank you for contacting DJI.
In fact, the Gradle will be configured by the last script that will apply the 4.13.1 configuration.

apply from : "https://terra-1-g.djicdn.com/71a7d383e71a4fb8887a310eb746b47f/msdk/Android-CommonConfig/config_sample_all.gradle"

Thanks,

Luce Luo
DJI Developer Support
inline-1699188551.png

@neilyoung
Copy link
Author

Ah, I see. Grrr... very weird roundabout. Is that really necessary? Anyway, I see, that it finally applies 4.13.

OK, back to "the other thing". In another thread (#69 (comment)) you where mentioning, that "my" code would not support the mini (the comment has later been altered, I just have it on mail), since it is not mentioned in DJIVideoStreamDecoder.java. I cannot find any mentioning of this drone in this project as well, so what about this?

@dji-dev
Copy link
Collaborator

dji-dev commented Nov 20, 2020

Agent comment from Luce Luo in Zendesk ticket #41252:

Dear Customer,

Thank you for contacting DJI.
Sorry, but I'm not Luke who you ping on issue69 thread.
If you have other SDK questions, it's recommended to contact us via the form.
https://formcrafts.com/a/dji-developer-feedback-cn

Thanks,

Luce Luo
DJI Developer Support

@neilyoung
Copy link
Author

Ah, ok. Disregard please. My bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants