M-Yankov / TelemetryExporter

Export frames overlays from Garmin activity
MIT License
3 stars 0 forks source link
edit export exporter frame garmin gopro overlay png statistics telemetry virb

Telemetry Exporter

Export telemetry data (frames) from Garmin activity.
Since Garmin Virb is not so usable, this program will replace part of its functionality related to exporting the png overlays.
Although this project gives opportunity to develop any kind of widget, depends on demands

https://github.com/M-Yankov/TelemetryExporter/assets/10440078/203a892f-10af-4912-82f8-a688acd40a5e

Download

For now only Windows 10, 11 is supported (MacOS could be added in future, but may need help)

Usage

Check the video below for detailed usage:
Usage

User data privacy

Detailed description

More settings:
Settings-2

  1. The frames per second
    • It's highly recommended to use lower value here, because of duplicated frames. 60 will generate a lot of duplicated frames which is unnecessary. Later in the video-editing program change the duration of the imported frames 2fps = 500ms, 4fps = 250. In general duration = 1000 / fps
  2. This checkbox will threat the left marker as beginning of the activity
    • It's good when you want to show a part from your activity

Widgets:
Settings-3

  1. Each category is expandable where widgets can be selected
  2. ?
  3. Browse save location, final result is zip archive with name in GUID format (152a22da-d19e-4b87-bd85-153f9a0f3633.zip), default location is desktop
  4. The export button initiating the process of generating frames
  5. With the Cancel button generation of frames can be stopped
  6. The status of overall export process
  7. Each widgets reports its progress (this could be removed in future)

Widgets selection:
Settings-4 Each category may contain one or more widgets presented with an example image. To select widget click the checkbox below the widget.

At least one widget needs to be selected.

Development

Checkout more info about Getting started with MAUI and Visual Studio 2022 MAUI release

Contribution

Technical info:

In case of error, this temporary directory contains generated frames:

C:\Users\<your-user-name>\AppData\Local\M-Yankov\com.telemetryexporter\Cache

Contents can be safety deleted.

Future