C# 클래스 KinectStreamConverter.DeviceManager

DeviceManager is a base class to retrieve and eventually manage multiple connected KineapDevice at the same time
파일 보기 프로젝트 열기: loic-lavergne/mckineap 1 사용 예제들

공개 메소드들

메소드 설명
AddDevice ( KineapDevice device ) : void

Add a KineapDevice to the UsedDevice list It does not means that the device will start

비공개 메소드들

메소드 설명
DeviceManager ( ) : System

메소드 상세

AddDevice() 공개 메소드

Add a KineapDevice to the UsedDevice list It does not means that the device will start
public AddDevice ( KineapDevice device ) : void
device KineapDevice
리턴 void