C# 클래스 KinectCam.KinectHelper

파일 보기 프로젝트 열기: Firefly74940/KinectCamV2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ZoomedHeightEnd int
ZoomedHeightStart int
ZoomedPointerEnd int
ZoomedPointerStart int
ZoomedWidthEnd int
ZoomedWidthStart int

공개 메소드들

메소드 설명
DisposeSensor ( ) : void
GenerateFrame ( IntPtr _ptr, int length, bool mirrored, bool zoom ) : void

비공개 메소드들

메소드 설명
ColorFrameReady ( ColorFrame frame ) : void
InitializeSensor ( ) : void
SmoothTransitionByStep ( int current, int needed, int step = 4 ) : int
UpdateZoomPosition ( ) : void
reader_FrameArrived ( object sender, MultiSourceFrameArrivedEventArgs e ) : void

메소드 상세

DisposeSensor() 공개 정적인 메소드

public static DisposeSensor ( ) : void
리턴 void

GenerateFrame() 공개 정적인 메소드

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

프로퍼티 상세

ZoomedHeightEnd 공개적으로 정적으로 프로퍼티

public static int ZoomedHeightEnd
리턴 int

ZoomedHeightStart 공개적으로 정적으로 프로퍼티

public static int ZoomedHeightStart
리턴 int

ZoomedPointerEnd 공개적으로 정적으로 프로퍼티

public static int ZoomedPointerEnd
리턴 int

ZoomedPointerStart 공개적으로 정적으로 프로퍼티

public static int ZoomedPointerStart
리턴 int

ZoomedWidthEnd 공개적으로 정적으로 프로퍼티

public static int ZoomedWidthEnd
리턴 int

ZoomedWidthStart 공개적으로 정적으로 프로퍼티

public static int ZoomedWidthStart
리턴 int