From 6ae7f63978063a5e62fc9e174b9bdc31e1b724be Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 7 Dec 2014 18:30:15 +0200 Subject: [PATCH] increased motion threshold range to 20% --- doc/todo.txt | 1 - static/js/main.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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, '%'); -- 2.39.5