rajkundu / libmp-example

Use Mediapipe with CMake: Example LibMP Usage Application
Apache License 2.0
20 stars 3 forks source link
cmake mediapipe

LibMP Example Usage Application

Prerequisites

  1. Clone and build LibMP

Usage

  1. Compile using CMake
  2. cd into output directory containing main binary
  3. Run main binary

How it Works

Some (most?) MediaPipe data types are based on Protobuf messages. Thus, their data can be easily serialized and deserialized. LibMP provides functions which accomplish this, and this project imports both Protobuf & the Protobuf-based MediaPipe types - allowing for practically native use of MediaPipe data types in an external C++ application.

Contributions

Questions, suggestions, issues, pull requests, etc. are all welcome!