Context.java
Go to the documentation of this file.
1 
25 package org.openkinect.freenect;
26 
27 public interface Context {
28  int numDevices();
30  void setLogLevel(LogLevel level);
31  Device openDevice(int index);
32  void shutdown();
33 }
Device openDevice(int index)
void setLogLevel(LogLevel level)
void setLogHandler(LogHandler handler)
def handler(signum, frame)


libfreenect
Author(s): Hector Martin, Josh Blake, Kyle Machulis, OpenKinect community
autogenerated on Thu Jun 6 2019 19:25:38