Hi,
I'm Luc, from France and I developed a .txt log parser in my free time to learn the Rust language.
Features :
As far as I know, this is the only free tool that supports all log versions and decryption:
GitHub - lvauvillier/dji-log-parser: A library to parse records from DJI .txt logs
You will find in the release section, a free binary that works on all platforms, which can export log data to JSON, CSV, Kml and GeoJSON.
If you want to build more with it, there is a NodeJS binding also available here:
dji-log-parser-js
I have already tested the library on quite a few logs, but I am open to your feedback!
Luc
I'm Luc, from France and I developed a .txt log parser in my free time to learn the Rust language.
Features :
- Parse records and extract embedded images from DJI logs
- Normalize records across different log versions for a consistent frame format
- Export frames to CSV for easy analysis
- Generate flight tracks in GeoJSON and KML formats
- Support for all log versions, including encrypted logs (version 13+)
As far as I know, this is the only free tool that supports all log versions and decryption:
GitHub - lvauvillier/dji-log-parser: A library to parse records from DJI .txt logs
You will find in the release section, a free binary that works on all platforms, which can export log data to JSON, CSV, Kml and GeoJSON.
If you want to build more with it, there is a NodeJS binding also available here:
dji-log-parser-js
I have already tested the library on quite a few logs, but I am open to your feedback!
Luc
Last edited: