C# Class Kinect.Core.MyKinect

Get all data from Kinect and control Kinect.
Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: atosorigin/Kinect Class Usage Examples

Public Properties

Property Type Description
ElevationAngleInitialPosition int

Public Methods

Method Description
ChangeMaxSkeletonPositions ( float x, float y ) : void
GetCameraView ( CameraView view ) : System.Windows.Media.Imaging.BitmapSource
GetUser ( int userId ) : User
MotorDown ( int velocity ) : int
MotorUp ( int velocity ) : int
SetElevationAngle ( int angle ) : void
StartKinect ( ) : void
StopKinect ( ) : void

Private Methods

Method Description
CameraPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
ContextSkeletonFrameReady ( object sender, SkeletonFrameReadyEventArgs e ) : void
GetDisplayPosition ( Joint joint ) : System.Windows.Media.Media3D.Point3D
MyKinect ( ) : System
OnCameraMessage ( string message ) : void
OnKinectStarted ( ) : void
OnKinectStopped ( ) : void
OnPropertyChanged ( string propertyName ) : void
OnUserCreated ( IUserChangedEvent userEvent ) : void
OnUserRemoved ( IUserChangedEvent userEvent ) : void
StartKinectThread ( ) : void

Method Details

ChangeMaxSkeletonPositions() public method

public ChangeMaxSkeletonPositions ( float x, float y ) : void
x float
y float
return void

GetCameraView() public method

public GetCameraView ( CameraView view ) : System.Windows.Media.Imaging.BitmapSource
view CameraView
return System.Windows.Media.Imaging.BitmapSource

GetUser() public method

public GetUser ( int userId ) : User
userId int
return User

MotorDown() public method

public MotorDown ( int velocity ) : int
velocity int
return int

MotorUp() public method

public MotorUp ( int velocity ) : int
velocity int
return int

SetElevationAngle() public method

public SetElevationAngle ( int angle ) : void
angle int
return void

StartKinect() public method

public StartKinect ( ) : void
return void

StopKinect() public method

public StopKinect ( ) : void
return void

Property Details

ElevationAngleInitialPosition public_oe property

public int ElevationAngleInitialPosition
return int