Skip to content

Files

Latest commit

6e8dd09 · Nov 5, 2019

History

History

helloworld

Example of C++ HelloWorld example with MediaPipe as bazel build dependency

This folder shows various examples in C++ of how to create your own independent application or calculator with MediaPipe repo as a bazel build dependency. This enables other MediaPipe users to be able to share examples and code easily

Hello World C++ binary

Hello World! C++ This example is modified from the Hello World! C++ example in MediaPipe

HelloWorld Calculator with test (C++)

Hello World! Calculator We show how to create a single independent calculator with MediaPipe repo (master branch) as a bazel build dependency. We include a calculator test example that shows how to use the MediaPipe graph runner