C# Class NiteWrapper, KinectHacks

Show file Open project: benMcChesney/KinectHacks Class Usage Examples

Public Methods

Method Description
StartLookingForUsers ( UserDelegate NewUser, UserDelegate CalibrationStarted, UserDelegate CalibrationFailed, UserDelegate CalibrationSuccess, UserDelegate UserLost ) : void

Private Methods

Method Description
GetDepthHeight ( ) : int
GetDepthWidth ( ) : int
GetJointTransformation ( uint userID, SkeletonJoint joint, SkeletonJointTransformation &pTransformation ) : bool
GetStatusString ( uint rc ) : IntPtr
GetUserCenterOfMass ( uint userID, XnVector3D &pCenterOfMass ) : bool
GetUserPausePoseProgress ( uint userID ) : float
GetUsersDepthMap ( ) : IntPtr
GetUsersLabelMap ( ) : IntPtr
Init ( StringBuilder strXmlPath ) : uint
LoseUsers ( ) : void
SetSkeletonSmoothing ( double factor ) : void
Shutdown ( ) : void
StartLookingForUsers ( IntPtr NewUser, IntPtr CalibrationStarted, IntPtr CalibrationFailed, IntPtr CalibrationSuccess, IntPtr UserLost ) : void
StopLookingForUsers ( ) : void
Update ( bool async ) : void

Method Details

StartLookingForUsers() public static method

public static StartLookingForUsers ( UserDelegate NewUser, UserDelegate CalibrationStarted, UserDelegate CalibrationFailed, UserDelegate CalibrationSuccess, UserDelegate UserLost ) : void
NewUser UserDelegate
CalibrationStarted UserDelegate
CalibrationFailed UserDelegate
CalibrationSuccess UserDelegate
UserLost UserDelegate
return void