C# 클래스 Mckineap.Models.MotionCapture.Capture

Hold data about Motion Capture provide by the Mckineap Api and provide it to the the ViewModel : Display3DModelGridViewModel It's basically a wrapper for the API UPDATE SUMMARY
상속: Mckineap.Utilities.ObservableObject
파일 보기 프로젝트 열기: loic-lavergne/mckineap 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bucket KinectStreamConverter.KineapScene[]

공개 메소드들

메소드 설명
Capture ( ) : Assimp
PromptCaptureName ( ) : void

Checks if something was recorded, if so, opens a window and asks for a capture name

RecordWithDevice ( KineapDevice device ) : void

This method is called twice, when the user clicks to start and stop recording In the case of recording equals false, it will start the device, otherwise it will stop it and extract the scene

비공개 메소드들

메소드 설명
CurrentDeviceRecording_StatusChanged ( object sender, KineapStatusChangedArgs e ) : void

Is called if the device is disconnected while running in which case it calls the Record method that will stop the device

메소드 상세

Capture() 공개 메소드

public Capture ( ) : Assimp
리턴 Assimp

PromptCaptureName() 공개 메소드

Checks if something was recorded, if so, opens a window and asks for a capture name
public PromptCaptureName ( ) : void
리턴 void

RecordWithDevice() 공개 메소드

This method is called twice, when the user clicks to start and stop recording In the case of recording equals false, it will start the device, otherwise it will stop it and extract the scene
public RecordWithDevice ( KineapDevice device ) : void
device KinectStreamConverter.KineapDevice The Kineap device
리턴 void

프로퍼티 상세

bucket 공개적으로 프로퍼티

public KineapScene[],KinectStreamConverter bucket
리턴 KinectStreamConverter.KineapScene[]