From b6c3fc5ba220bec945cff5fe8085059ac4d1de8a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 20 Jun 2016 09:48:10 +0200 Subject: filter/accela: update default slider position It needs to filter less for new users. --- filter-accela/ftnoir_filter_accela.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- cgit v1.2.3