]> www.vanbest.org Git - motioneye-debian/commitdiff
increased motion threshold range to 20%
authorCalin Crisan <ccrisan@gmail.com>
Sun, 7 Dec 2014 16:30:15 +0000 (18:30 +0200)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 7 Dec 2014 16:30:28 +0000 (18:30 +0200)
doc/todo.txt
static/js/main.js

index c0c89a51ffbaeaebeb4a9d3869044ceab800bd9b..40b04fe06187ad4c8be98079819672bfd3384678 100644 (file)
@@ -1,2 +1 @@
--> use minimum_frame_time
 -> implement custom camera frame sizes
index d9e8c524d106c7144a1ce5c9927dff33939bab66..9e1c3da9010f6244abcf3a3069624d07723bd6a9 100644 (file)
@@ -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, '%');