-
Notifications
You must be signed in to change notification settings - Fork 51
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
Can not get the Video to work on the latest platform #34
Comments
I got the entire project updated to DJI SDK 4.11.1, Androidx, the new DJI SDK Video system, all libraries, and Gradle is at the latest stage... I need a few more days to make it stable, the job took me 8 weeks... but then I am no expert. |
Hey @The1only , that's awesome to hear! Unfortunately we don't work on this project anymore, which means I was never able to finish the updated version for you guys. My advice would be keep it as a fork as I do not have time to do a code review, though maybe this will change somewhere down the road. |
OK I will, just to let you know the code now work with DJI Mavic Pro 2, Thanks for a great job originally. |
Did you ever write a final status report? I am now at the stage that I am in the air, I can take-off but then I got some issues, So I wonder how far you ever got? Did you fly missions? did you fly Dronkit scripts? |
Sure. So here's kinda the status of things we were testing with internally (not released on here, but we were in the process of being added before having to deprecate support due to other projects): Upgrade to 4.10 SDK I'll see if it's possible to get this version cleaned up and released before I leave my current position in 2 weeks, but it's unlikely. |
I got it over to 4.11.1 and the latest Android(x), the video part is allmost totally rewritten, video display innside Rosettadrone is added (mandatory with the new sdk). It was quite a job, there ate several bugs and workarounds neede to be handled. Also the Mavlink is uppdated, and I am about to add the DJI simulator. Also the new DJI login/register page is added... |
Sorry, I created a PR to the wrong master, just ignore it. My mistake. |
If you just reject my PR I will delete it and not do the mistake again. |
I was able to update all libraries to the latest, and thus add support for the latest DJI Drones.
However with MobileSDK 4.10 4.111 and 4.11.1 I can only get the telemetry to work.
I have sniffed deep in to the code, but there must be some changes that I can't get.
I am able to run the DJI Mobile SDK video demo just fine, but not inside rosettadrone.
Any one else have tested this?
I was able to get QGround control, mavproxy, and drone kit (python based) to work all at the same time, enabling me to write python scripts to fly the Mavic Pro 2 drone. But can't get video.
The text was updated successfully, but these errors were encountered: