diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-30 05:20:49 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-30 05:20:49 +0100 |
commit | 483d5ee7c967442283284bcc84bccce4d2625033 (patch) | |
tree | 42905969d23942bfd5bef189bfd625d3157c4a19 | |
parent | 64250f9bb6f5d95f14a8d7f3329d018679710540 (diff) |
tracker/pt: turn auto threshold on by default
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt_settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_settings.h b/tracker-pt/ftnoir_tracker_pt_settings.h index 85f4ea68..d890bbd2 100644 --- a/tracker-pt/ftnoir_tracker_pt_settings.h +++ b/tracker-pt/ftnoir_tracker_pt_settings.h @@ -63,6 +63,6 @@ struct settings_pt : opts fov(b, "camera-fov", 56), dynamic_pose(b, "dynamic-pose-resolution", true), init_phase_timeout(b, "init-phase-timeout", 500), - auto_threshold(b, "automatic-threshold", false) + auto_threshold(b, "automatic-threshold", true) {} }; |