C# Class SFMocap.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: rayliaw/SFMFaceTracker

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
KinectSensors_StatusChanged ( object sender, StatusChangedEventArgs e ) : void

Handles the StatusChanged event of the KinectSensors control.

OpenKinect ( Microsoft.Kinect.KinectSensor newSensor ) : void

Opens the kinect.

RecordButton_Click ( Object sender, RoutedEventArgs e ) : void
kinectSensor_AllFramesReady ( object sender, AllFramesReadyEventArgs e ) : void

Handles the AllFramesReady event of the kinectSensor control.

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System