C# Class KinectCam.KinectHelper

Afficher le fichier Open project: Firefly74940/KinectCamV2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ZoomedHeightEnd int
ZoomedHeightStart int
ZoomedPointerEnd int
ZoomedPointerStart int
ZoomedWidthEnd int
ZoomedWidthStart int

Méthodes publiques

Méthode Description
DisposeSensor ( ) : void
GenerateFrame ( IntPtr _ptr, int length, bool mirrored, bool zoom ) : void

Private Methods

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

public static DisposeSensor ( ) : void
Résultat void

GenerateFrame() public static méthode

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

Property Details

ZoomedHeightEnd public_oe static_oe property

public static int ZoomedHeightEnd
Résultat int

ZoomedHeightStart public_oe static_oe property

public static int ZoomedHeightStart
Résultat int

ZoomedPointerEnd public_oe static_oe property

public static int ZoomedPointerEnd
Résultat int

ZoomedPointerStart public_oe static_oe property

public static int ZoomedPointerStart
Résultat int

ZoomedWidthEnd public_oe static_oe property

public static int ZoomedWidthEnd
Résultat int

ZoomedWidthStart public_oe static_oe property

public static int ZoomedWidthStart
Résultat int