From 533b2c3eed315e70d822536bb49cc913e5fa02e1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 10 Sep 2018 19:56:07 +0200 Subject: ipcam02 --- odin.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/odin.nix b/odin.nix index f19688d2..1d0e6d8f 100644 --- a/odin.nix +++ b/odin.nix @@ -298,6 +298,25 @@ ''; configFiles = [ "/etc/motion/cat-food.secret" ]; } + { + extraConfig = '' + camera_name living-room + + netcam_url mjpeg://ipcam02.hlidskjalf.yggdrasil:80/video2.mjpeg + netcam_keepalive on + width 1920 + height 1080 + + stream_port 8081 + + despeckle_filter EedDl + threshold_tune on + noise_tune on + lightswitch 50 + minimum_motion_frames 5 + ''; + configFiles = [ "/etc/motion/living-room.secret" ]; + } ]; extraConfig = '' -- cgit v1.2.3