Subversion Repositories Code-Repo

Rev

Rev 287 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 287 Rev 289
Line 7... Line 7...
7
#include <XnOpenNI.h>
7
#include <XnOpenNI.h>
8
#include <XnLog.h>
8
#include <XnLog.h>
9
#include <XnCppWrapper.h>
9
#include <XnCppWrapper.h>
10
#include <XnFPSCalculator.h>
10
#include <XnFPSCalculator.h>
11
 
11
 
12
#define SAMPLE_XML_PATH "./SamplesConfig.xml"
12
#define CONFIG_XML_PATH "./SensorConfig.xml"
13
#define SAMPLE_XML_PATH_LOCAL "SamplesConfig.xml"
13
#define CONFIG_XML_PATH_LOCAL "SensorConfig.xml"
14
 
14
 
15
class OpenNI : public QThread {
15
class OpenNI : public QThread {
16
	Q_OBJECT
16
	Q_OBJECT
17
 
17
 
18
public:
18
public: