Access two sceletons with the kinect at the same time

Hi guys,

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.

Thank you in advance :)

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.

thank you, I’ll try that :)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.