joshuajnoble / ofxKinectCommonBridge

A wrapper for the simple Kinect for Windows library developed at Microsoft in partnership with myself & James George
Other
90 stars 36 forks source link

Only one skeleton detected #4

Open thomasgirault opened 10 years ago

thomasgirault commented 10 years ago

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.

elliotwoods commented 10 years ago

see #10 for fix