RosettaDrone / rosettadrone

MAVlink and H.264 Video for DJI drones
BSD 3-Clause "New" or "Revised" License
309 stars 117 forks source link

Rosetta drone 2 in M300 #111

Closed druzzo closed 1 year ago

druzzo commented 2 years ago

Hi!

I tested Rosetta drone 2 in an M300 using a Smart Controller.

I was able to load Rosetta Drone 2 (v5.2) in the Smart Controller using Android Studio. It works and it seems the app connects with the M300 but when I click the button "open" the app suddenly closes.

ADDITION: Additionally, I also tried the same steps for Rosetta drone "1" and it was impossible to load the code into the Smart Controller.

The1only commented 2 years ago

This is most lightly caused by video incompatibility. We seen this before, start by looking in the video handler.

Best regard Terje Nilsen 9Tek AS Norway

On 31 May 2022, at 17:28, druzzo @.***> wrote:

 Hi!

I tested Rosetta drone 2 in an M300 using a Smart Controller.

I was able to load Rosetta Drone 2 (v5.2) in the Smart Controller using Android Studio. It works and it seems the app connects with the M300 but when I click the button "open" the app suddenly closes.

ADDITION: Additionally, I also tried the same steps for Rosetta drone "1" and it was impossible to load the code into the Smart Controller.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

druzzo commented 2 years ago

Thank you for your response. What do you mean by "video handler"? Thank you I was able to capture a video: https://user-images.githubusercontent.com/85787053/171939669-87c15294-5bf7-4353-96f5-315433212284.mp4

Phillweston commented 2 years ago

DJI M300 needs DJI MSDK V5, which isn't supported by rosettadrone yet. So far the code is only compatible to 4.16. I'll be glad if rosettadrone can compatible with DJI MSDK V5

druzzo commented 2 years ago

Ok Thank you very much for clarifying it. I will keep trying. I also tested Rosetta in Phantom 4 RTK, and it does not work, it does not even connect.

karikolehmainen commented 2 years ago

DJI SSDK 4.16 release notes say that M300 RTK is supported. v5.0 adds support for M30...

RocketRider commented 2 years ago

It looks to me more like an Android error. I had a very similar issue with the Mavic 2 Enterprise and a Android 12 device. You can try my fork if it is resolved there: https://github.com/RocketRider/rosettadrone

kikislater commented 2 years ago

@RocketRider Thank you, your version is working on /e/OS : Ungooglised android version

kripper commented 1 year ago

@RocketRider please submit a pull request to master branch or let us know what you changed.