vigil

Security camera system built on motion and yolov7.
Log | Files | Refs

commit 4f3135e55b364ace4e1c03576e1da7f0532fc2bc
parent 4269beee3ba324e5bab2033c8b7bd413379e281b
Author: dwrz <dwrz@dwrz.net>
Date:   Thu,  2 Feb 2023 15:26:08 +0000

Fix motion config variables

Diffstat:
Mconfig/motion.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/motion.conf b/config/motion.conf @@ -33,7 +33,7 @@ timelapse_filename /timelapse/%Y-%m-%d-%H-%M-%S # WEBCONTROL webcontrol_auth_method 2 webcontrol_authentication ${MOTION_USER}:${MOTION_PASSWORD} -webcontrol_port ${WEBCONTROL_PORT} +webcontrol_port ${PORT_CONTROL} webcontrol_localhost off webcontrol_cert ${TLS_CERT} webcontrol_key ${TLS_KEY} @@ -41,7 +41,7 @@ webcontrol_parms 0 webcontrol_tls on # LIVE STREAM -stream_port ${STREAM_PORT} +stream_port ${PORT_STREAM} stream_localhost off stream_quality 25 stream_motion on