gopro-utils
gopro-utils copied to clipboard
Tools to parse metadata from GoPro Hero 5 & 6 cameras
After cloning the repo I can not figure out how to build and run on Mac. Please include build / run instructions assuming Go is installed. `go install github.com/stilldavid/gopro-utils/bin/gopro2json@latest` did...
As someone new to GO, there doesn't seem to be a build file or instructions on how to build the project? Could you add a section on build instructions? Thank...
Hello there! Thank you for this great tool! I'm trying to write a tool that read the telemetry track, process it and write it back in the input file. Have...
I've added in more labels to reader.go to make the code function for GoPro Hero 8
Fix error with GoPro MAX GPS data. I just add labels only. ## error example ``` Error reading telemetry file Could not find label in list: GPSA (47505341) exit status...
I am trying to extract the UTC time from a Gopro fusion camera. I created the binary GPMD from its stream using ffmpeg. However, upon converting bin to json using...
This PR should resolve any issues like `Error reading telemetry file Could not find label in list: .....`
should fix issue #38 has been tested with an extracted .bin from gopro hero 8 black
Use io.ReadFull() to ensure reading the exact number of bytes we want to read. Check for errors when discarding bytes.