C# Class KinectCam.KinectHelper

Datei anzeigen 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_oe static_oe property

public static int ZoomedHeightEnd
return int

ZoomedHeightStart public_oe static_oe property

public static int ZoomedHeightStart
return int

ZoomedPointerEnd public_oe static_oe property

public static int ZoomedPointerEnd
return int

ZoomedPointerStart public_oe static_oe property

public static int ZoomedPointerStart
return int

ZoomedWidthEnd public_oe static_oe property

public static int ZoomedWidthEnd
return int

ZoomedWidthStart public_oe static_oe property

public static int ZoomedWidthStart
return int