diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-16 18:30:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-16 18:30:59 +0200 |
commit | bb710c8d207337d4d0cc2a6657e954bbc2823e7f (patch) | |
tree | 928195af1d8849d96121fde4ae8ea40981109a0e /facetracknoir/tracker.h | |
parent | 8e988b5a8509cf811ababd8e49ce85aa4afe4da0 (diff) |
initial implementation
To-be-reviewed-by: mm0zct
Diffstat (limited to 'facetracknoir/tracker.h')
-rw-r--r-- | facetracknoir/tracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/facetracknoir/tracker.h b/facetracknoir/tracker.h index 885fc1e2..28f8dc99 100644 --- a/facetracknoir/tracker.h +++ b/facetracknoir/tracker.h @@ -108,6 +108,7 @@ public: volatile bool should_quit; // following are now protected by hTrackMutex volatile bool do_center; // Center head-position, using the shortkey + volatile bool enabled; T6DOF output_camera; }; |