From: Calin Crisan Date: Sun, 7 Dec 2014 16:30:15 +0000 (+0200) Subject: increased motion threshold range to 20% X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=6ae7f63978063a5e62fc9e174b9bdc31e1b724be;p=motioneye-debian increased motion threshold range to 20% --- diff --git a/doc/todo.txt b/doc/todo.txt index c0c89a5..40b04fe 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,2 +1 @@ --> use minimum_frame_time -> implement custom camera frame sizes diff --git a/static/js/main.js b/static/js/main.js index d9e8c52..9e1c3da 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -249,7 +249,7 @@ function initUI() { makeSlider($('#streamingResolutionSlider'), 0, 100, 2, null, 5, 0, '%'); makeSlider($('#imageQualitySlider'), 0, 100, 2, null, 5, 0, '%'); makeSlider($('#movieQualitySlider'), 0, 100, 2, null, 5, 0, '%'); - makeSlider($('#frameChangeThresholdSlider'), 0, 10, 0, null, 6, 1, '%'); + makeSlider($('#frameChangeThresholdSlider'), 0, 20, 0, null, 5, 1, '%'); makeSlider($('#noiseLevelSlider'), 0, 25, 0, null, 6, 0, '%');