direcs
2012-09-30
|
a Qt wrapper for the OpenKinect project a lot of the code has been modified from this project source here https://github.com/OpenKinect/libfreenect More...
#include <QObject>
#include <QThread>
#include <stdexcept>
#include <QMutex>
#include <QMutexLocker>
#include <vector>
#include <libfreenect/libfreenect.h>
Go to the source code of this file.
Classes | |
class | QKinect |
this class wraps the libfreenect library as a QObject this allows us to use singals and slots to communicate with the class from other Qt GUI elements. This class uses the Singleton pattern so must be accessed via the instance method More... | |
class | QKinectProcessEvents |
this is the process event thread class it needs to be a class so we can use the Qt thread system More... |
a Qt wrapper for the OpenKinect project a lot of the code has been modified from this project source here https://github.com/OpenKinect/libfreenect
Definition in file QKinect.h.