| Modifier | Constructor and Description |
|---|---|
|
Freenect.NativeContext() |
protected |
Freenect.NativeContext(com.sun.jna.Pointer ptr) |
| Modifier and Type | Method and Description |
|---|---|
int |
numDevices() |
Device |
openDevice(int index) |
protected void |
processEvents() |
void |
setLogHandler(LogHandler handler) |
void |
setLogLevel(LogLevel level) |
void |
shutdown() |
protected void |
startEventThread() |
protected void |
stopEventThread() |
public Freenect.NativeContext()
protected Freenect.NativeContext(com.sun.jna.Pointer ptr)
public void setLogHandler(LogHandler handler)
setLogHandler in interface Contextpublic void setLogLevel(LogLevel level)
setLogLevel in interface Contextpublic int numDevices()
numDevices in interface Contextpublic Device openDevice(int index)
openDevice in interface Contextprotected void processEvents()
protected void startEventThread()
protected void stopEventThread()