summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-easy/settings.h')
-rw-r--r--tracker-easy/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-easy/settings.h b/tracker-easy/settings.h
index 7d8c7c70..ed5d0abd 100644
--- a/tracker-easy/settings.h
+++ b/tracker-easy/settings.h
@@ -54,8 +54,8 @@ namespace EasyTracker {
value<int> fov{ b, "camera-fov", 56 };
- value<bool> dynamic_pose{ b, "dynamic-pose-resolution", false };
- value<int> init_phase_timeout{ b, "init-phase-timeout", 250 };
+ value<bool> debug{ b, "debug", false };
+
value<bool> auto_threshold{ b, "automatic-threshold", true };
value<pt_color_type> blob_color{ b, "blob-color", pt_color_natural };