You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 telemetry I receive the following error:
**
Error reading telemetry file Could not find label in list: STMP (53544d50
exit status 1
**
this is the command I used to convert bin to json: go run gopro-utils\gopro-utils\bin\gopro2json\gopro2json.go -i GS010805.bin -o GS010805.json
the script works on regular gorpro Hero 6 and Hero 7 videos, but not on the Fusion.
Any help is very much appreciated.
The text was updated successfully, but these errors were encountered:
Added PR (#43 ) which should fix this issue. Tested this with GoPro 9 footage. Since stilldavid does not seem active on this repo, feel free to grab my latest changes yourself on branch newlabels.
@DStekel3 thanks for doing that. I tried running go install github.com/DStekel3/gopro-utils/bin/gopro2json@newlabels but the build binary still has the same issue about not understanding STMP. I imagine I'm using go incorrectly to install the code from your branch, does anyone have a hint for a go newbie?
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 telemetry I receive the following error:
**
Error reading telemetry file Could not find label in list: STMP (53544d50
exit status 1
**
this is the command I used to convert bin to json:
go run gopro-utils\gopro-utils\bin\gopro2json\gopro2json.go -i GS010805.bin -o GS010805.json
the script works on regular gorpro Hero 6 and Hero 7 videos, but not on the Fusion.
Any help is very much appreciated.
The text was updated successfully, but these errors were encountered: