Double input for us with kinect

hi patchers,

i have found a patch and would like to experiment on it with a kinect. I would like to track my left and right hand to manipulate it. But that means i would need two inputs, only have one now. Would somebody know how to do that with the patch underneath. I just would like to have two inputs. Someone, please? I would help me alot…

thanks in advance!
greetings jeroen

P_2_1_1_04 Arrangement in a Grid.zip (486.2 kB)

You’ll have to decide on the criteria for which hand each texture points at. If you want them to point at the nearest, just get the distance to each hand, and switch to the closest.

The attached patch uses a left-click to set the 2nd point, and switches on a per-slice basis which point is used.

P_2_1_1_04-2ndPoint.v4p (35.6 kB)

thanks alot for this mediadog, you are a lifesaver!