KinectApi ClassYouInteract Documentation
The Kinect API for developing in YouInteractAPI.
Inheritance Hierarchy
System Object
  YouInteract.YouBasic KinectApi

Namespace: YouInteract.YouBasic
Assembly: YouInteract (in YouInteract.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class KinectApi

The KinectApi type exposes the following members.

Methods
  NameDescription
Public methodStatic memberbindRegion
Binds the Kinect Sensor in use to the KinectRegion provided as an argument
Public methodStatic membergetSensor
Returns the KinectSensorChooser currently in use
Public methodStatic memberonLoaded
The onLoaded method that should be called on the project's MainWindow WARNING: Should not be called in a Page
Public methodStatic membersetColor
Sets the Color Requirement needed for the Color Stream to be read
Public methodStatic membersetKinectRequirements
Use this function only when testing plugin! Insert in mainWindow when navigating to a frame to assure page requirements are set
Public methodStatic memberunbindRegion
Unbinds the Kinect Region in use
Top
Events
  NameDescription
Public eventStatic memberColorStreamEvent
This is the Color Event that contains the UserInfo Array to be read by the developer
Public eventStatic memberInteractionEvent
This is the Interaction Event that contains the UserInfo Array to be read by the developer
Public eventStatic memberSkeletonEvent
This is the Skeleton Event that contains the Skeleton Array to be read by the developer
Top
See Also