Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Choose a skeleton to track using a tracking ID.
Syntax
public void ChooseSkeletons (
int trackingId1
)
'Declaration
Public Sub ChooseSkeletons ( _
trackingId1 As Integer _
)
Parameters
- trackingId1
Type: Int32
The skeleton tracking ID.
Remarks
Here are other methods to enable skeleton tracking:
- Use SkeletonStream.ChooseSkeletons () to let the runtime decide which one or two people to actively track.
- Use SkeletonStream.ChooseSkeletons (Int32, Int32) to track two skeletons using the two supplied tracking IDs.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace