mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-06 03:54:48 +02:00
update motion-arm
This commit is contained in:
parent
d0e6277b6e
commit
ad3f8a5d24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user