C# Class KinectCam.KinectHelper

Show file Open project: Firefly74940/KinectCamV2 Class Usage Examples

Public Properties

Property Type Description
ZoomedHeightEnd int
ZoomedHeightStart int
ZoomedPointerEnd int
ZoomedPointerStart int
ZoomedWidthEnd int
ZoomedWidthStart int

Public Methods

Method Description
DisposeSensor ( ) : void
GenerateFrame ( IntPtr _ptr, int length, bool mirrored, bool zoom ) : void

Private Methods

Method Description
ColorFrameReady ( ColorFrame frame ) : void
InitializeSensor ( ) : void
SmoothTransitionByStep ( int current, int needed, int step = 4 ) : int
UpdateZoomPosition ( ) : void
reader_FrameArrived ( object sender, MultiSourceFrameArrivedEventArgs e ) : void

Method Details

DisposeSensor() public static method

public static DisposeSensor ( ) : void
return void

GenerateFrame() public static method

public static GenerateFrame ( IntPtr _ptr, int length, bool mirrored, bool zoom ) : void
_ptr System.IntPtr
length int
mirrored bool
zoom bool
return void

Property Details

ZoomedHeightEnd public static property

public static int ZoomedHeightEnd
return int

ZoomedHeightStart public static property

public static int ZoomedHeightStart
return int

ZoomedPointerEnd public static property

public static int ZoomedPointerEnd
return int

ZoomedPointerStart public static property

public static int ZoomedPointerStart
return int

ZoomedWidthEnd public static property

public static int ZoomedWidthEnd
return int

ZoomedWidthStart public static property

public static int ZoomedWidthStart
return int