C# 클래스 KinectStreamConverter.KinectManager

UPDATE SUMMARY
상속: KineapDevice
파일 보기 프로젝트 열기: loic-lavergne/mckineap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
deviceStatusArgs KineapStatusChangedArgs

공개 메소드들

메소드 설명
GetStatus ( KinectStatus status ) : KineapStatus

Converts a Kinect status into a Kineap status This gives generic statuses for both devices

KinectManager ( ) : Microsoft.Kinect
StartRecording ( ) : void

Starts recording with the Kinect Opens sensor streams and starts the sensor Updates the recording status

StopRecording ( ) : void

Stops recording with the Kinect Closes sensor streams and updates recording status

비공개 메소드들

메소드 설명
Sensor_StatusChanged ( object sender, StatusChangedEventArgs e ) : void

Listens to status changes. Updates statuses as they change

kinect_SkeletonFrameReady ( object sender, Microsoft.Kinect.SkeletonFrameReadyEventArgs e ) : void

Called each frame, when a skeleton is ready UPDATE SUMMARY

메소드 상세

GetStatus() 공개 메소드

Converts a Kinect status into a Kineap status This gives generic statuses for both devices
public GetStatus ( KinectStatus status ) : KineapStatus
status KinectStatus Kinect status
리턴 KineapStatus

KinectManager() 공개 메소드

public KinectManager ( ) : Microsoft.Kinect
리턴 Microsoft.Kinect

StartRecording() 공개 메소드

Starts recording with the Kinect Opens sensor streams and starts the sensor Updates the recording status
public StartRecording ( ) : void
리턴 void

StopRecording() 공개 메소드

Stops recording with the Kinect Closes sensor streams and updates recording status
public StopRecording ( ) : void
리턴 void

프로퍼티 상세

deviceStatusArgs 공개적으로 프로퍼티

public KineapStatusChangedArgs,KinectStreamConverter deviceStatusArgs
리턴 KineapStatusChangedArgs