time4tea / gopro-dashboard-overlay

Programs to process GoPro MP4 & Generic GPX/FIT files and create video dashboards & maps
GNU General Public License v3.0
327 stars 48 forks source link

Is there any way to display custom data? #148

Closed xiaoxin01 closed 10 months ago

xiaoxin01 commented 11 months ago

I've success displaying the power data on the video, but I can't find a way to change some value and display, for example, I want to display the power-to-body ratio(w/kg), which takes the value of power divided by weight.

Is there any way to display the power-to-body ratio?

time4tea commented 10 months ago

Currently there isn't any support for computed values, however it shouldn't be too hard to add some fixed ones.

Thanks for the suggestion!

CyrilSLi commented 3 months ago

I have added support to display custom GPX extensions (for each point) and metadata (for the whole file), currently only as text, using metric="custom_fields" and metric="custom_metadata" respectively with format being the index. This can be useful for an external application to insert computed values. I will write some docs over the next couple of days and submit a PR.

Fork: https://github.com/CyrilSLi/gopro-dashboard-overlay