BodyFrameSource.OverrideHandTracking Method

Overloaded methods for OverrideHandTracking.

Note

If you call the override with formerly invalid parameters, the call will no longer fail or throw exceptions at the WinRT layer. Previously, calling the override with 0 or an unknown tracking ID, or specifying an unknown tracking ID as the replace parameter, would return an error. These calls will now succeed. Setting 0 or an unknown tracking ID will always remove the oldest override, and performing a set/replace sequence with an invalid replace will replace the oldest override. If your title relies on calling these APIs with invalid arguments being a no-op, you must change its code.

Overload list

Name Description
BodyFrameSource.OverrideHandTracking (UInt64) Overrides the default behavior of tracking the hands of the nearest bodies to track the hands of the specified body.
BodyFrameSource.OverrideHandTracking (UInt64, UInt64) Override hand tracking using the old and new tracking ids.

See also

Reference

BodyFrameSource Class
WindowsPreview.Kinect Namespace