C# Класс LeapMotionAPI.LeapMotionManager

A KineapDevice implementation for the LeapMotion
Наследование: KinectStreamConverter.KineapDevice
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
deviceStatusArgs KinectStreamConverter.KineapStatusChangedArgs

Открытые методы

Метод Описание
LeapMotionManager ( ) : System

Start listening to the movements.

Record ( String path ) : void

Instantiate the class that write the animation to a file.

StartRecording ( ) : void
StopRecording ( ) : void

Описание методов

LeapMotionManager() публичный Метод

Start listening to the movements.
public LeapMotionManager ( ) : System
Результат System

Record() публичный Метод

Instantiate the class that write the animation to a file.
public Record ( String path ) : void
path String Destination path where we will write the data.
Результат void

StartRecording() публичный Метод

public StartRecording ( ) : void
Результат void

StopRecording() публичный Метод

public StopRecording ( ) : void
Результат void

Описание свойств

deviceStatusArgs публичное свойство

public KineapStatusChangedArgs,KinectStreamConverter deviceStatusArgs
Результат KinectStreamConverter.KineapStatusChangedArgs