Skip to content

This python script takes in a filepath full of CSV files generated by DashWare. The script makes sure to track accumulating values such as distance traveled or altitude climbed. I use a GoPro Hero 7 Silver. It is possible other models will have more/less telemetry data, let me know or send a PR with any tweaks you see to add.

Notifications You must be signed in to change notification settings

jamesdesmond/GoPro-Telemetry-Joiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoPro telemetry splicer

This repository holds scripts for managing GoPro video files recorded with a GoPro Hero 5 or later because the video file metadata contains the telemetry data.

I wrote a short article on how to use the scripts within this repository.

Usage

pip3 install -r requirements.txt
Input Output
n # of video files Files renamed inplace starting with "GH##" based on the date-modified parameter on the filesystem.
Input Output
n # of CSVs A single CSV that has merged data of the input CSVs.

Values such as Distance Travelled will accumulate appropriately.

Input Output
n # of .mp4 files A single file which consists of the merged input video and telemetry metadata.

About

This python script takes in a filepath full of CSV files generated by DashWare. The script makes sure to track accumulating values such as distance traveled or altitude climbed. I use a GoPro Hero 7 Silver. It is possible other models will have more/less telemetry data, let me know or send a PR with any tweaks you see to add.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages