1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00

update motion-arm

This commit is contained in:
kev 2017-06-03 15:19:00 +08:00
parent d0e6277b6e
commit ad3f8a5d24
2 changed files with 2 additions and 1 deletions

@ -17,6 +17,7 @@ RUN set -xe \
&& sed -i -e 's/^daemon on/daemon off/' \
-e 's/^webcontrol_localhost on/webcontrol_localhost off/' \
-e 's/^stream_localhost on/stream_localhost off/' \
-e 's/^output_pictures on/output_pictures off/' \
/etc/motion/motion.conf \
&& rm -rf ${MOTION_FILE} /var/lib/apt/lists/*

@ -270,7 +270,7 @@ emulate_motion off
# Picture with most motion of an event is saved when set to 'best'.
# Picture with motion nearest center of picture is saved when set to 'center'.
# Can be used as preview shot for the corresponding movie.
output_pictures on
output_pictures off
# Output pictures with only the pixels moving object (ghost images) (default: off)
output_debug_pictures off