C# 클래스 Kinect.Core.Camera

For getting the image from the Kinect camera
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: atosorigin/Kinect

보호된 메소드들

메소드 설명
OnCameraUpdated ( System.Windows.Media.Imaging.BitmapSource source, CameraView view ) : void

Called when the correct camera image is updated

OnPropertyChanged ( string propertyName ) : void

Called when [property changed].

비공개 메소드들

메소드 설명
CalculateFPS ( ) : void

Calculates the FPS.

Context_DepthFrameReady ( object sender, ImageFrameReadyEventArgs e ) : void
Context_VideoFrameReady ( object sender, ImageFrameReadyEventArgs e ) : void
ConvertDepthFrame ( IList depthFrame16, bool colorUsers ) : byte[]
GetUserColor ( int id ) : Color

Gets the color of the user.

Initialize ( ) : void

Initializes the specified usergenerator.

SetUserColor ( int id, Color color ) : void

Sets the color of the user.

메소드 상세

OnCameraUpdated() 보호된 메소드

Called when the correct camera image is updated
protected OnCameraUpdated ( System.Windows.Media.Imaging.BitmapSource source, CameraView view ) : void
source System.Windows.Media.Imaging.BitmapSource
view CameraView
리턴 void

OnPropertyChanged() 보호된 메소드

Called when [property changed].
protected OnPropertyChanged ( string propertyName ) : void
propertyName string Name of the property.
리턴 void