dji-sdk / FlightRecordParsingLib

DJI Flight Record Parsing Lib
Other
37 stars 12 forks source link

Mini 3 Pro missing data #26

Open srodriguezvisability opened 5 months ago

srodriguezvisability commented 5 months ago

Hi. I am processing the .txt file of my recent mini 3 pro but when using the FRSample progam I do not obtain much information. Is there a way to decode .txt files for mini 3 series?

Here is the flight information I obain. When I use a online program like (https://www.phantomhelp.com/) it works great. However, i do not want to depend on thrid-parties

{"summary": { "platform": "Android", "appVersion": [ 0, 0, 0 ], "batteriesInformation": { "0": { "index": 0, "firmwareVersion": [], "serialNumber": "52XXKBEDG00051" } }, "camerasInformation": { "0": { "index": 0, "firmwareVersion": [], "serialNumber": "53HFL210M6051U" } }, "gimbalsInformation": {}, "remoteControllerInformation": { "index": 0, "firmwareVersion": [], "serialNumber": "396CHAL0014MG2" }, "flightControllerInformation": { "index": 0, "firmwareVersion": [], "serialNumber": "1581F4XFA234EML7" }, "aircraftName": "DJI Mini 3 Pro", "startTime": 1706690503.141, "startCoordinate": { "latitude": 37.91443959555977, "longitude": -4.7187935540944519 }, "totalDistance": 184.8, "totalTime": 0, "samplingRate": 10, "maxHeight": 99, "maxHorizontalSpeed": 10.511898, "maxVirticalSpeed": 5, "uuid": "", "productType": 103 } , "info": { "frameTimeStates": [ { "gimbalsState": {}, "camerasState": {}, "batteriesState": {} } ] } }

singerscreations commented 5 months ago

FWIW, my log viewer at phantomhelp.com does not use this parsing library. I built my own, so the results won't be the same even if you manage to get this library to work.

dji-dev commented 5 months ago

Agent comment from xiaorong.zheng in Zendesk ticket #100327:

Would you be able to upload your flight log file? Let's check first

°°°

cgibson-emesent commented 2 months ago

I've had similar issues after upgrading to MSDK v5. Mini 3 Pro and M350 contain no flight record data when using this library. MSDK v4 works fine. On the main page it says it's compatible with App using Mobile SDK version 4.12, so will we be seeing an update for the MSDK v5 @dji-dev ?