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

Mini 3 Pro missing data #26

Open
srodriguezvisability opened this issue Jan 31, 2024 · 3 comments
Open

Mini 3 Pro missing data #26

srodriguezvisability opened this issue Jan 31, 2024 · 3 comments

Comments

@srodriguezvisability
Copy link

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
Copy link

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
Copy link

dji-dev commented Feb 1, 2024

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
Copy link

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 ?

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

4 participants