gpmf-parser icon indicating copy to clipboard operation
gpmf-parser copied to clipboard

Parser for GPMF™ formatted telemetry data used within GoPro® cameras.

Results 22 gpmf-parser issues
Sort by recently updated
recently updated
newest added

Hiya - I'm just trying to understand parsing ACCL and GYRO in a way that is compatible across device versions. I guess I have two questions: 1. I don't really...

The README specifies the definition of `FACE` Hero 6 and Hero 7 but Hero 8 seems to be a third variant with the complex type definition of `Lffffff`. Could you...

I am trying to parse data stream from HERO7 Black. However, in the data stream there appears to be a corrupt data item: GPSU type 'U' size 16 data: "2225525525425525",...

I would like to write the code which realizes world lock and horizon leveling with GoPro Max. How should I use CORI and gravity vector? I can only realize horizon...

Hi, I have a problem handing gopro max's 360° mp4 video. Using the gpmf-parser handing the mp4 file, I got the following output in the begining: 59.940 with 659 frames...

Hi, my knowledge is poor about gopro video format. I wonder how could i extract original dual fisheye image from go pro max? Thanks a lot!

I've [asked before](https://github.com/gopro/gpmf-parser/issues/142) regarding identifying clips in the same recording session, and recently bumped into the `udta` field `MUID`. Since this is supposed to represent "MediaUniqueID", and seems to have...

Towards the end of the hero6.raw sample file there are a few chunks of data that identify of type `'f'` for a 32-bit float but the size is 12 with...

I'm looking at the data from my GoPro9 and wondering what's the most accurate way to estimate my position in space and time (wall-clock time, not video time). For the...

Could the following types be added to the documentation? [`'u'/117/GPMF_TYPE_STRING_UTF8`](https://github.com/gopro/gpmf-parser/blob/420930426c00a2ef3158847f967aed2acb2b06c1/GPMF_common.h#L62) and [`'#'/35/GPMF_TYPE_COMPRESSED`](https://github.com/gopro/gpmf-parser/blob/420930426c00a2ef3158847f967aed2acb2b06c1/GPMF_common.h#L67) (I've only found '#' in GoPro Max so far?) For those of us trying to implement their own...