Skip to content

A proper binding between libmapper and MediaPipe: Hands.

Notifications You must be signed in to change notification settings

peacheym/mp-hands-libmapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libmapper + MediaPipe: Hands

This repo presents a binding between libmapper and MediaPipe: Hands in order to use pose-estimation of hand-tracking data as an input controller to multi-media systems supported within the libmapper ecosystem.

demo

Installation

To use the binding scripts found in this repo, you'll need to install the following PIP packages.

You can then either clone the git repository in its entirety or download the mph-bindings.py script directly.

Initializing the Bindings

To initalize the bindings, run the script:

./mph-bindings.py

You can add flags to change the behavior of the script. For example, ./mph-bindings.py --max-hands X, where X is an integer will set the amount of hands that mediapipe will track at once.

./mph-bindings.py --help

will provide more information about the available flags.

About

A proper binding between libmapper and MediaPipe: Hands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages