time4tea / gopro-dashboard-overlay

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

Support per metric maximum and minimum values #179

Closed paxunix closed 8 months ago

paxunix commented 8 months ago

My use case is to show the maximum and minimum (the average could be useful as well for some metrics) values for the metric from the timeseries data. I suppose it could just be the max/min seen up to the current frame, but since the datastream is fully parsed in advance, the known value could just be stored before any rendering. e.g. I have a composite that shows the current ori.{pitch,roll,yaw} value, but I would like to be able to also show the highest and lowest values seen on the trip for that metric.

paxunix commented 8 months ago

Actually, it looks like there is a discussion about this already: https://github.com/time4tea/gopro-dashboard-overlay/discussions/113#discussioncomment-5283227