C# Class GesturesViewer.DepthStreamManager

Inheritance: Notifier, IStreamManager
Mostrar archivo Open project: ushadow/handinput

Public Methods

Method Description
Update ( Kinect.Toolbox.Record.ReplayDepthImageFrame frame ) : void

Creates a new PixelData array.

Private Methods

Method Description
ConvertDepthFrame ( short depthFrame16 ) : void

Method Details

Update() public method

Creates a new PixelData array.
public Update ( Kinect.Toolbox.Record.ReplayDepthImageFrame frame ) : void
frame Kinect.Toolbox.Record.ReplayDepthImageFrame
return void