ThomasLengeling / KinectPV2

Kinect4W 2.0 library for Processing
MIT License
286 stars 105 forks source link

Tracked User ID of (skeleton) does not work #62

Open thomasfredericks opened 7 years ago

thomasfredericks commented 7 years ago

The tracked property of the skeleton is never false as the return ArrayList with getSkeleton3d() only returns tracked skeletons.

Could getSkeleton3d() return all skeletons (tracked or not) instead of the current behavior? As I want my skeletons to keep the same ID instead of changing index.