diff options
-rw-r--r-- | odin.nix | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -284,26 +284,26 @@ | |||
284 | 284 | ||
285 | services.motion = { | 285 | services.motion = { |
286 | cameras = [ | 286 | cameras = [ |
287 | { | 287 | # { |
288 | extraConfig = '' | 288 | # extraConfig = '' |
289 | camera_name cat-food | 289 | # camera_name cat-food |
290 | 290 | ||
291 | netcam_url mjpeg://ipcam01.hlidskjalf.yggdrasil:80/mjpeg.cgi | 291 | # netcam_url mjpeg://ipcam01.hlidskjalf.yggdrasil:80/mjpeg.cgi |
292 | netcam_keepalive on | 292 | # netcam_keepalive on |
293 | width 640 | 293 | # width 640 |
294 | height 480 | 294 | # height 480 |
295 | 295 | ||
296 | stream_port 8080 | 296 | # stream_port 8080 |
297 | stream_localhost on | 297 | # stream_localhost on |
298 | 298 | ||
299 | despeckle_filter EedDl | 299 | # despeckle_filter EedDl |
300 | threshold_tune on | 300 | # threshold_tune on |
301 | noise_tune on | 301 | # noise_tune on |
302 | lightswitch 50 | 302 | # lightswitch 50 |
303 | minimum_motion_frames 5 | 303 | # minimum_motion_frames 5 |
304 | ''; | 304 | # ''; |
305 | configFiles = [ "/etc/motion/cat-food.secret" ]; | 305 | # configFiles = [ "/etc/motion/cat-food.secret" ]; |
306 | } | 306 | # } |
307 | { | 307 | { |
308 | extraConfig = '' | 308 | extraConfig = '' |
309 | camera_name living-room | 309 | camera_name living-room |