diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-12 10:56:37 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-12 10:56:37 +0200 |
commit | 4121d9667148755b70f186cd5d009885e1f8b4f7 (patch) | |
tree | 351e03f31f39a72e223ff5d9f5cd8ab934fd3e5c /odin.nix | |
parent | 4b5be68b55a95fc28df2a8f16f58421a2dfdb548 (diff) | |
download | nixos-4121d9667148755b70f186cd5d009885e1f8b4f7.tar nixos-4121d9667148755b70f186cd5d009885e1f8b4f7.tar.gz nixos-4121d9667148755b70f186cd5d009885e1f8b4f7.tar.bz2 nixos-4121d9667148755b70f186cd5d009885e1f8b4f7.tar.xz nixos-4121d9667148755b70f186cd5d009885e1f8b4f7.zip |
really low threshold
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -311,9 +311,10 @@ | |||
311 | 311 | ||
312 | ffmpeg_output_debug_movies on | 312 | ffmpeg_output_debug_movies on |
313 | text_changes on | 313 | text_changes on |
314 | text_double on | ||
314 | 315 | ||
315 | despeckle_filter EedDl | 316 | despeckle_filter EedDl |
316 | threshold_tune on | 317 | threshold 250 |
317 | noise_tune on | 318 | noise_tune on |
318 | lightswitch 50 | 319 | lightswitch 50 |
319 | minimum_motion_frames 5 | 320 | minimum_motion_frames 5 |
@@ -323,7 +324,6 @@ | |||
323 | ]; | 324 | ]; |
324 | 325 | ||
325 | extraConfig = '' | 326 | extraConfig = '' |
326 | text_double on | ||
327 | text_left "%$\n%F %T %Z" | 327 | text_left "%$\n%F %T %Z" |
328 | text_right "" | 328 | text_right "" |
329 | text_changes off | 329 | text_changes off |