diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2010-12-24 18:58:17 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2010-12-24 18:58:17 +0000 |
commit | e007864f430012ac03455142b3910760df03987d (patch) | |
tree | ed1d358f61ffbd19788670da593e17a20b2a276e /FaceTrackNoIR/tracker.h | |
parent | 53231950ec75f67a931d47b78987a6bcac9d2eb0 (diff) |
Removed QThread reference of protocol server-code.
Have still to adapt some of them though...
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@32 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FaceTrackNoIR/tracker.h')
-rw-r--r-- | FaceTrackNoIR/tracker.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FaceTrackNoIR/tracker.h b/FaceTrackNoIR/tracker.h index b81cf636..6a3fca93 100644 --- a/FaceTrackNoIR/tracker.h +++ b/FaceTrackNoIR/tracker.h @@ -153,6 +153,9 @@ private: static bool do_center; // Center head-position, using the shortkey
static bool do_inhibit; // Inhibit DOF-axis, using the shortkey
+ static HANDLE hTrackMutex; // Prevent reading/writing the headpose simultaneously
+
+
static bool useFilter;
static long prevHeadPoseTime; // Time from previous sample
|