jitter + kinect + synapse
hi guys!
i'd like to realize a max msp project where i track a person via kinect and synapse and deliver the data into max.
tracking from synapse already works but i don't know how to work with those data in max.
my goal would be that if you hit the different corners of the screen, max plays a different sound in each corner.
unfortunately i have no idea how to go on in this project. could anyone please help me?
greez, brunzfleisch
does synapse send out OSC data?
you can receive that data using the udpreceive object.
If you are on Windows, you can use the native dp.kinect.
If on Mac, you can use also the native jit.openni.
Both send/receive native Max messages which you can use like any other native Max object.
Its good to have options. ;-)
ok thank you guys it's working now. thanks a lot :)
the only problem i have now is that synapse is tracking the body position properly but it's not delivering the screen or world coordinates.
does anyone know a solution for this? ^^