Share via


KinectCoreWindow.SetKinectTwoPersonManualEngagement Method

Sets the engagement mode to two person manual engagement.

Syntax

public:
static void SetKinectTwoPersonManualEngagement(
         BodyHandPair^ bodyHandPair1,
         BodyHandPair^ bodyHandPair2
)
public static void SetKinectTwoPersonManualEngagement (
         BodyHandPairbodyHandPair1,
         BodyHandPairbodyHandPair2
)
WindowsPreview.Kinect.Input.KinectCoreWindow.setKinectTwoPersonManualEngagement(bodyHandPair1, bodyHandPair2);

Parameters

  • bodyHandPair1
    Type: BodyHandPair
    The first body hand pair to be tracked as engaged.
  • bodyHandPair2
    Type: BodyHandPair
    The second body hand pair to be tracked as engaged.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectCoreWindow Class
WindowsPreview.Kinect.Input Namespace