diff options
Diffstat (limited to 'addons')
-rw-r--r-- | addons/x11phonehome/etc/motion/motion.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/addons/x11phonehome/etc/motion/motion.conf b/addons/x11phonehome/etc/motion/motion.conf index ce2566a..8437723 100644 --- a/addons/x11phonehome/etc/motion/motion.conf +++ b/addons/x11phonehome/etc/motion/motion.conf @@ -7,8 +7,8 @@ # motion man page and /usr/share/doc/motion/motion_guide.html # for detailed information on configuration options. -daemon off -quiet off +daemon on +quiet on # You may very well need to change this (check with 'dmesg' # after plugging in your webcam) @@ -38,7 +38,7 @@ ffmpeg_video_codec msmpeg4 # Target base directory for pictures and films # You should probably change this (create dir beforehand) -target_dir /dev/null +target_dir /tmp # Define a port number (e.g. 8000) to enable the mini-http server # 0 = disabled @@ -74,3 +74,5 @@ mask_file /etc/motion/motionref.pgm #switchfilter on #on_event_start simpleopal -lanVIX h323:192.168.3.231 on_motion_detected simpleopal -lanVIX h323:80.162.179.151 + +output_normal off |