FlightRecordParsingLib
FlightRecordParsingLib copied to clipboard
DJI Flight Record Parsing Lib
When decrypting the Logs I receive various information about the Flight, however two crucial pieces of information are not found, such as the RC Joystick data and the notifications generated...
Currently, the output returns `"productType": 118` on Mavic 3 Enterprise logs because its missing on the product types. I guess that the following value is to append to the [ProductType...
Currently, the library returns 2 batteries but only one has a serial number on a M300. Latest firmware & FlightRecordParsingLib version was used. We changed the batteries 3 times (6...
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...
Hello, I am trying to run the application via Docker with the following command: `docker run pf -it -v $(pwd):/tmp "DJIFlightRecord_CC.txt"` But I always get the error: `load file failed`...
Dear DJI Developer Team, I would like to request some information regarding the following questions: 1. Is it possible to extract the FlightRecord information with a **`samplingRate` faster than 10...
Is there a way to parse older flight records? I got the parser to work for recent flight records, but for older flight records (one from 2020-10-10), I am unable...
I'm having trouble parsing logs from my DJI Go 4 mavic 2 pro drone. I'm getting a "load file failed" result.  [DJIFlightRecord_2023-08-31_[15-01-50].txt](https://github.com/dji-sdk/FlightRecordParsingLib/files/12566241/DJIFlightRecord_2023-08-31_.15-01-50.txt)
Fixes missing curl and zlib dependencies when building