faaip / Handpose-OSC-p5

Small tool for running MediaPipe's Handpose in the browser and outputting OSC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handpose OSC

This is a quick attempt at using the MediaPipe Handpose and have it output OSC using p5js-osc by Gene Kogan @genekogan.

Setup

Make sure you have node installed.

git clone https://github.com/faaip/Handpose-OSC-p5
cd Handpose-OSC-p5
npm install

Run node process:

node bridge.js

You can now open http://localhost:3000/ in the browser and it will send OSC to port 3334.

Thanks

Gene Kogan for p5js-osc
MediaPipe team

About

Small tool for running MediaPipe's Handpose in the browser and outputting OSC


Languages

Language:JavaScript 100.0%Language:HTML 0.0%