This script extracts and processes telemetry data from a GoPro video file using the gpmf-extract
and gopro-telemetry
libraries.
- Node.js
- npm (Node Package Manager)
-
Clone this repository
git clone <repository_url> cd <repository_directory>
-
Install the required packages:
npm install
Run the script using the following command:
node processTelemetry.js <video file along with the path>
The script will output a JSON representation of the telemetry data extracted from the video.