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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]