diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-20 09:48:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-06-20 09:48:10 +0200 |
commit | b6c3fc5ba220bec945cff5fe8085059ac4d1de8a (patch) | |
tree | 76a072cb5aadfdeb3808c91d017440445a19cf4a | |
parent | 8a9eae2aa9b12984edd2cbf6321a0db3061ead24 (diff) |
filter/accela: update default slider position
It needs to filter less for new users.
-rw-r--r-- | filter-accela/ftnoir_filter_accela.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter-accela/ftnoir_filter_accela.h b/filter-accela/ftnoir_filter_accela.h index 8ee35da6..113e06e6 100644 --- a/filter-accela/ftnoir_filter_accela.h +++ b/filter-accela/ftnoir_filter_accela.h @@ -25,7 +25,7 @@ struct settings_accela : opts { static constexpr double mult_ewma = 1.25; settings_accela() : opts("Accela"), - rot_threshold(b, "rotation-threshold", 30), + rot_threshold(b, "rotation-threshold", 45), trans_threshold(b, "translation-threshold", 50), ewma(b, "ewma", 2), rot_deadzone(b, "rotation-deadzone", 0), |