diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-05 16:26:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-05 14:35:44 +0000 |
commit | 56dc7a2f125f03246f5e8020b343e105b9db0fd4 (patch) | |
tree | c347b7f5149150bbcc2d2d17f0f806ebc263dcbd | |
parent | 9cca4ffd9987352e43119d9c4dea0ce84c2c448f (diff) |
tracker/pt: dynpose default to off
-rw-r--r-- | tracker-pt/pt-settings.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/pt-settings.hpp b/tracker-pt/pt-settings.hpp index 9c4b6438..7d8a8f0a 100644 --- a/tracker-pt/pt-settings.hpp +++ b/tracker-pt/pt-settings.hpp @@ -52,7 +52,7 @@ struct pt_settings final : options::opts value<int> fov { b, "camera-fov", 56 }; - value<bool> dynamic_pose { b, "dynamic-pose-resolution", true }; + value<bool> dynamic_pose { b, "dynamic-pose-resolution", false }; value<int> init_phase_timeout { b, "init-phase-timeout", 250 }; value<bool> auto_threshold { b, "automatic-threshold", true }; value<pt_color_type> blob_color { b, "blob-color", pt_color_natural }; |