FlightRecordParsingLib icon indicating copy to clipboard operation
FlightRecordParsingLib copied to clipboard

Mini 3 Pro missing data

Open srodriguezvisability opened this issue 1 year ago • 3 comments

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": {} } ] } }

srodriguezvisability avatar Jan 31 '24 11:01 srodriguezvisability

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.

singerscreations avatar Jan 31 '24 13:01 singerscreations

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

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

°°°

dji-dev avatar Feb 01 '24 12:02 dji-dev

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 ?

caseygibson-emesent avatar Apr 30 '24 01:04 caseygibson-emesent