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 up to 2 skeletons to track using tracking IDs.
Syntax
public void ChooseSkeletons (
int trackingId1,
int trackingId2
)
'Declaration
Public Sub ChooseSkeletons ( _
trackingId1 As Integer, _
trackingId2 As Integer _
)
Parameters
- trackingId1
Type: Int32
The tracking ID for the first skeleton. - trackingId2
Type: Int32
The tracking ID for the second skeleton.
Remarks
Here are other methods to enable tracking:
- Use SkeletonStream.ChooseSkeletons () to let the runtime decide which one or two people to actively track.
- Use SkeletonStream.ChooseSkeletons (Int32) to track one person using a tracking ID.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
SkeletonStream Class
SkeletonStream Members
Microsoft.Kinect Namespace