C# 클래스 InfoStrat.MotionFx.MotionTrackingClient

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: InfoStrat/MotionFx 1 사용 예제들

공개 메소드들

메소드 설명
Cleanup ( ) : void
DepthFrameToImageSource ( DepthFrame frame ) : System.Windows.Media.ImageSource
MotionTrackingClient ( FrameworkElement root, MotionTrackingScreen screen = null ) : System

보호된 메소드들

메소드 설명
RaisePropertyChanged ( String info ) : void

비공개 메소드들

메소드 설명
CountFrames ( ) : void
HandPointGenerator_PointCreated ( object sender, HandPointEventArgs e ) : void
HandPointGenerator_PointDestroyed ( object sender, HandPointEventArgs e ) : void
HandPointGenerator_PointUpdated ( object sender, HandPointEventArgs e ) : void
OnFirstFrameReady ( ) : void
OnFrameUpdated ( FrameUpdatedEventArgs e ) : void
RegisterScreen ( MotionTrackingScreen screen ) : void
RegisterWindow ( FrameworkElement root ) : void
ReportFirstFrameReady ( ) : void
SourceFrameUpdated ( FrameUpdatedEventArgs e ) : void

메소드 상세

Cleanup() 공개 메소드

public Cleanup ( ) : void
리턴 void

DepthFrameToImageSource() 공개 메소드

public DepthFrameToImageSource ( DepthFrame frame ) : System.Windows.Media.ImageSource
frame DepthFrame
리턴 System.Windows.Media.ImageSource

MotionTrackingClient() 공개 메소드

public MotionTrackingClient ( FrameworkElement root, MotionTrackingScreen screen = null ) : System
root System.Windows.FrameworkElement
screen MotionTrackingScreen
리턴 System

RaisePropertyChanged() 보호된 메소드

protected RaisePropertyChanged ( String info ) : void
info String
리턴 void