C# Class 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
Inheritance: Mckineap.Utilities.ObservableObject
Afficher le fichier Open project: loic-lavergne/mckineap Class Usage Examples

Méthodes publiques

Свойство Type Description
bucket KinectStreamConverter.KineapScene[]

Méthodes publiques

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

Private Methods

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

Method Details

Capture() public méthode

public Capture ( ) : Assimp
Résultat Assimp

PromptCaptureName() public méthode

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

RecordWithDevice() public méthode

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
Résultat void

Property Details

bucket public_oe property

public KineapScene[],KinectStreamConverter bucket
Résultat KinectStreamConverter.KineapScene[]