From 4d38a5084cfed47e0953cc435b021b5cd0689a24 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Mon, 15 Apr 2019 10:08:40 +0200 Subject: Easy Tracker: Making full size preview optional --- tracker-easy/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tracker-easy/settings.h') 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 fov{ b, "camera-fov", 56 }; - value dynamic_pose{ b, "dynamic-pose-resolution", false }; - value init_phase_timeout{ b, "init-phase-timeout", 250 }; + value debug{ b, "debug", false }; + value auto_threshold{ b, "automatic-threshold", true }; value blob_color{ b, "blob-color", pt_color_natural }; -- cgit v1.2.3