Add OSD in postprocessing from dataflash log

Hi,
I’m trying, in postprocessing, to overlay flight data (speed, altitude, etc.) to an onboard video recording.
I found a free code called wing_telemetry_overlay that does exactly this.

The only issue is that it takes data in .csv format (I think it’s the standar EdgeTX log format).

Can you suggest me a way to convert the .bin logs to csv? I didn’t find easy way to do this. Any suggestion?

Thanks

Adriano

You can create CSV files for the DashWare program.
Press Ctrl+F to open the selection window, click on ‘DashWare’ and select the *.bin log file in the selection box that opens.

In the next step, you can select the data groups to be extracted (e.g. GPS, CTUN, separated by semicolons). You will then find the CSV file in the same folder as the BIN file.

Rolf

Uuuh, sounds interesting!
A quite hidden functionality, but it’s there!
I’ll try it

Thanks