Hi to all,
i'm using Kinect to track a user but i not understand very well how it works.
Actually i'm using the information in skeleton array obtained by the AllFramesReady event: I store the trackID of the skeleton (with TrackingState==SkeletonTrackingState.Tracked )that i want to track, by this way my apllication works, but my question is:
Should i use the ChooseSkeleton(id) method? why?
If i try to use it i obtain always the same error " API has returned an exception from an HRESULT: 0x83010005"
Can someone explain to me which approach should i to follow?
Thanks.
Add your 2¢