I want to render two people at the same time with the kinect.
I especially need the hand positions of both people. The kinect node shows, that it sees two people, but I don’t know how to get two outputs, where each output is one person.
Don’t have a kinect here, but you can use a getslice(spreads) with the binsize set to 3 to get the position of a joint, so you could count how many skeletons you have and then get the joints you need with some get slices. I would use the count going into an I(spreads) then add the offset needed for each hand.