Skip to content

Addon for running python version of MediaPipe within an OpenFrameworks application using pybind.

License

Notifications You must be signed in to change notification settings

design-io/ofxMediaPipePython

Repository files navigation

ofxMediaPipePython

Addon for running python version of MediaPipe within an OpenFrameworks application using pybind.

ofxMediaPipe Example

Tracking

Platforms

Supported on macOS and Linux using OpenFrameworks >= 12.0.

An install script has been provided to help with installation of Media Pipe. The script will download miniconda, create a conda environment named 'mediapipe' and install mediapipe using pip.

To install:

cd to ofxMediaPipePython

./InstallMediaPipe.sh

Build the example projects using the Project Generator.

ofxMediaPipe Example

OSC Sending and Receiving

ofxMediaPipe OSC TX RX Example

Compiling and running the OSC sender and receiver examples require the Preprocessor macro OF_ADDON_HAS_OFX_OSC

XCode:

Navigate to the Xcode project settings / Build Settings / Preprocessor Macros and add OF_ADDON_HAS_OFX_OSC=1 Preprocessor macro in XCode

Linux:

Add OF_ADDON_HAS_OFX_OSC to the project config file, for example: MediaPipeOscReceiverExample / config.make

Adjust it to the following ( removing the # sign )

PROJECT_DEFINES = OF_ADDON_HAS_OFX_OSC

About

Addon for running python version of MediaPipe within an OpenFrameworks application using pybind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages