vigil

Security camera system built on motion and yolov7.
git clone git://code.dwrz.net/vigil
Log | Files | Refs

commit ea3f03efcf03bd593b0d5bae096ad67ae087c6d5
parent 6ef6f554ceae9ce3c18803baab16322b937667f8
Author: dwrz <dwrz@dwrz.net>
Date:   Sat, 15 Feb 2025 13:40:41 +0000

Use scripts directory in motion.conf

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

diff --git a/config/motion.conf b/config/motion.conf @@ -52,9 +52,9 @@ stream_preview_method 0 stream_tls on # SCRIPTS -on_motion_detected ${MOTION_DIR}/alert -on_movie_end ${MOTION_DIR}/sync %f -on_picture_save ${MOTION_DIR}/notify %f +on_motion_detected ${MOTION_DIR}/scripts/alert +on_movie_end ${MOTION_DIR}/scripts/sync %f +on_picture_save ${MOTION_DIR}/scripts/notify %f # CAMERA camera_name ${CAMERA_NAME}