C# Class InfoStrat.MotionFx.MotionTrackingClient

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: InfoStrat/MotionFx Class Usage Examples

Méthodes publiques

Méthode Description
Cleanup ( ) : void
DepthFrameToImageSource ( DepthFrame frame ) : System.Windows.Media.ImageSource
MotionTrackingClient ( FrameworkElement root, MotionTrackingScreen screen = null ) : System

Méthodes protégées

Méthode Description
RaisePropertyChanged ( String info ) : void

Private Methods

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

Method Details

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

DepthFrameToImageSource() public méthode

public DepthFrameToImageSource ( DepthFrame frame ) : System.Windows.Media.ImageSource
frame DepthFrame
Résultat System.Windows.Media.ImageSource

MotionTrackingClient() public méthode

public MotionTrackingClient ( FrameworkElement root, MotionTrackingScreen screen = null ) : System
root System.Windows.FrameworkElement
screen MotionTrackingScreen
Résultat System

RaisePropertyChanged() protected méthode

protected RaisePropertyChanged ( String info ) : void
info String
Résultat void