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.