Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} zhaoyang-lv / gpmf-parser Public forked from gopro/gpmf-parser Notifications You must be signed in to change notification settings Fork 0 ...
GPMF Writing A new open source repository has been created for the purpose (GPMF-Write https://github.com/gopro/gpmf-write) Quick Start for Developers Setup Clone the project from Github (git clone https://github.com/gopro/gpmf-parser). Sample Code GPMF-parser.c and .h provide a pa...
GPMF-parser is licensed under either: Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option. Contribution Unless you explicitly state otherwise, any contribution intentionally subm...
GPMF-parser is licensed under either: Apache License, Version 2.0, (LICENSE-APACHE orhttp://www.apache.org/licenses/LICENSE-2.0) MIT license (LICENSE-MIT orhttp://opensource.org/licenses/MIT) at your option. Contribution Unless you explicitly state otherwise, any contribution intentionally submitte...
GPMF_utils.c GPMF_utils.h LICENSE-APACHE LICENSE-MIT LICENSE.txt README.md gpmf-parser.pc.in run.sh Breadcrumbs gpmf-parser / Latest commit qdespinoy-gpsw Revert "gpmf-parser: manage symbol visbility for windows [MAGMA-2080]"
Issues: vadimaus/net-gpmf-parserLabels 9 Milestones 0 New issue 0 Open 0 Closed Author Label Projects Milestones Assignee Sort There aren’t any open issues. You could search all of GitHub or try an advanced search.ProTip! What’s not been updated in a month: updated:<2024-07-13. ...
#define _GPMF_PARSER_H #include <stdint.h> #include <stddef.h> #include "GPMF_common.h" #ifdef __cplusplus extern "C" { #endif @@ -40,106 +44,18 @@ typedef struct GPMF_stream uint32_t device_count; uint32_t device_id; char device_name[32]; size_t cbhandle; // compressio...
](https://github.com/GoPro/gpmf-parser) * @tcheema-gpsw - [GoPro, Inc.](https://github.com/GoPro/gpmf-parser) * @dnewman-gpsw - [GoPro, Inc.] (https://github.com/GoPro/gpmf-parser) * @tcheema-gpsw - [GoPro, Inc.] (https://github.com/GoPro/gpmf-parser) 0 ...
GPMF_KEY_UNITS = MAKEID('U','N','I','T'),//UNIT - Freeform display string for metadata units (char string like "RPM", "MPH", "km/h", etc) GPMF_KEY_MATRIX = MAKEID('M','T','R','X'),//MTRX - 2D matrix for any sensor calibration. GPMF_KEY_ORIENTATION_IN = MAKEID(...
GPMF Writing A new open source repository has been created for the purpose (GPMF-Write https://github.com/gopro/gpmf-write) Quick Start for Developers Setup Clone the project from Github (git clone https://github.com/gopro/gpmf-parser). Sample Code GPMF-parser.c and .h provide a pa...