#OSCELET
Processing + Kinect -> OSC skeleton
with example use in MaxMSP and Supercollider
Requirements:
- osc5
- simple-open-ni
Program is set up to send to 57120 (default Supercollider port). So far it's just torso, but rest can be added easily.
##How to:
- Start the OSCELET application or run the source code in Processing
- Run your receiveing application and make sure that the port is set up to 57120.
- Calibrate your position as usual.
- Receive and have fun!
The whole processing part is built on top of Max Rheiner example for simple open ni library.
Enjoy!
Pure Data example interface:
Max/MSP example interface prototype
Max/MSP example interface