diff options
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
|