How to parse DJI Mini 2 txt and DAT log files
已完成I want parse the flight record files (.txt and .dat from android) of my Mini 2 using c# or c++.
Is there a developer guide or file format guide somewhere?. I have tried by modifying some open source libraries but no success so far.
If anyone found a way please share your repo.
Thanks,
Subin S
-
The .dat files are currently not parseable. However, for .txt files, you can utilize the FlightRecordAPI to perform parsing. Please refer to the documentation provided in the following link for more information: https://github.com/dji-sdk/FlightRecordParsingLib. -
You can simply download the library directly from the following link and then use it. https://github.com/dji-sdk/FlightRecordParsingLib
请先登录再写评论。
评论
3 条评论