C# Class Kinect.Core.MyKinect

Get all data from Kinect and control Kinect.
Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: atosorigin/Kinect Class Usage Examples

Méthodes publiques

Свойство Type Description
ElevationAngleInitialPosition int

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ChangeMaxSkeletonPositions ( float x, float y ) : void
x float
y float
Résultat void

GetCameraView() public méthode

public GetCameraView ( CameraView view ) : System.Windows.Media.Imaging.BitmapSource
view CameraView
Résultat System.Windows.Media.Imaging.BitmapSource

GetUser() public méthode

public GetUser ( int userId ) : User
userId int
Résultat User

MotorDown() public méthode

public MotorDown ( int velocity ) : int
velocity int
Résultat int

MotorUp() public méthode

public MotorUp ( int velocity ) : int
velocity int
Résultat int

SetElevationAngle() public méthode

public SetElevationAngle ( int angle ) : void
angle int
Résultat void

StartKinect() public méthode

public StartKinect ( ) : void
Résultat void

StopKinect() public méthode

public StopKinect ( ) : void
Résultat void

Property Details

ElevationAngleInitialPosition public_oe property

public int ElevationAngleInitialPosition
Résultat int