JuanIrache / gopro-telemetry

Reads telemetry from the GPMF track in GoPro cameras (Hero5 and later) and converts it to multiple formats
https://tailorandwayne.com/gopro-telemetry-extractor/
MIT License
315 stars 57 forks source link

Browser support #193

Closed Akxe closed 1 year ago

Akxe commented 1 year ago

Fixes https://github.com/JuanIrache/gopro-telemetry/issues/190

Akxe commented 1 year ago

@JuanIrache I think the CI crashes because the node version is too low...

It is now ready to be merged (on my part)

JuanIrache commented 1 year ago

Thanks for all the work!

The CI is crashing on one of the browser tests (even after updating the Node image). Could you have a look?

https://app.circleci.com/pipelines/github/JuanIrache/gopro-telemetry/538/workflows/7e1f04d6-ea39-47bb-93a3-b5e6b58d1fd4/jobs/501

Akxe commented 1 year ago

The whole test suite took 7s on my PC, and out of this time, 5.5s is the browser testing. Maybe the GoPro11 test takes simply too long.


The upload of the hero11.raw is the part that is hanging the longest (hypothesis). hero7.raw and hero11.raw are biggest files.

JuanIrache commented 1 year ago

I will try to replace those samples. Not sure I can find a smaller HERO7 sample that works for those tests, though

Akxe commented 1 year ago

I would simple increase the time...