diff options
-rw-r--r-- | odin.nix | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -298,6 +298,25 @@ | |||
298 | ''; | 298 | ''; |
299 | configFiles = [ "/etc/motion/cat-food.secret" ]; | 299 | configFiles = [ "/etc/motion/cat-food.secret" ]; |
300 | } | 300 | } |
301 | { | ||
302 | extraConfig = '' | ||
303 | camera_name living-room | ||
304 | |||
305 | netcam_url mjpeg://ipcam02.hlidskjalf.yggdrasil:80/video2.mjpeg | ||
306 | netcam_keepalive on | ||
307 | width 1920 | ||
308 | height 1080 | ||
309 | |||
310 | stream_port 8081 | ||
311 | |||
312 | despeckle_filter EedDl | ||
313 | threshold_tune on | ||
314 | noise_tune on | ||
315 | lightswitch 50 | ||
316 | minimum_motion_frames 5 | ||
317 | ''; | ||
318 | configFiles = [ "/etc/motion/living-room.secret" ]; | ||
319 | } | ||
301 | ]; | 320 | ]; |
302 | 321 | ||
303 | extraConfig = '' | 322 | extraConfig = '' |