ofxKinectCommonBridge icon indicating copy to clipboard operation
ofxKinectCommonBridge copied to clipboard

Only one skeleton detected

Open thomasgirault opened this issue 12 years ago • 1 comments

I am using ofxKinectCommonBridge + Kinect SDK 1.8 and I tried to display several skeleton with following loop :

for( int i = 0; i < kinect.getSkeletons().size(); i++) kinect.drawSkeleton(i);

Unfortunately, it only displays one skeleton whereas 2 skeletons would be displayed with the Kinect SDK.

thomasgirault avatar Nov 03 '13 22:11 thomasgirault

see #10 for fix

elliotwoods avatar Jan 13 '14 17:01 elliotwoods