We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello! I am trying to build a Processing + Kinect sketch influenced by gestures/positions made by multiple users. So far I didn't get any further than
kinect.getNumberOfUsers();
I couldn't find any other documentation on this matter either on Github or Processing Forum.
Does anyone have an idea of what I could use/read/try?
thank you for any help!
Answers
This should get you going..
https://github.com/msp/MspSyphonSceneImageBasic/blob/master/MspSyphonSceneImageBasic.pde
Hello! thank you very much!
sorry for the late reply, I was buried under my thesis!!
I finally found a good solution for multiple users, a bit different from the one you suggested.
Here is a rough version of it I will clean up in a near future https://github.com/Luisa12345/second-prototype
Thank you again!