telemetry-parser

A tool to parse real-time metadata embedded in video files or telemetry from other sources.

Supported formats:

Example usage

Produce Betaflight blackbox CSV with gyroscope and accelerometer from the input file gyro2bb file.mp4 Dump all metadata found in the source file. gyro2bb --dump file.mp4

Python module

Python module is available on PyPI. Details in bin/python-module

Building

  1. Get latest stable Rust language from: https://rustup.rs/
  2. Clone the repo: git clone https://github.com/AdrianEddy/telemetry-parser.git
  3. Build the binary: cd bin/gyro2bb ; cargo build --release
  4. Resulting file will be in target/release/ directory