C# 클래스 Kinect.Core.MyKinect

Get all data from Kinect and control Kinect.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: atosorigin/Kinect 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ElevationAngleInitialPosition int

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ChangeMaxSkeletonPositions() 공개 메소드

public ChangeMaxSkeletonPositions ( float x, float y ) : void
x float
y float
리턴 void

GetCameraView() 공개 메소드

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

GetUser() 공개 메소드

public GetUser ( int userId ) : User
userId int
리턴 User

MotorDown() 공개 메소드

public MotorDown ( int velocity ) : int
velocity int
리턴 int

MotorUp() 공개 메소드

public MotorUp ( int velocity ) : int
velocity int
리턴 int

SetElevationAngle() 공개 메소드

public SetElevationAngle ( int angle ) : void
angle int
리턴 void

StartKinect() 공개 메소드

public StartKinect ( ) : void
리턴 void

StopKinect() 공개 메소드

public StopKinect ( ) : void
리턴 void

프로퍼티 상세

ElevationAngleInitialPosition 공개적으로 프로퍼티

public int ElevationAngleInitialPosition
리턴 int