From b77818ba57c121e7fe7c310afaa22b579a7b8d27 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Fri, 2 May 2025 19:43:28 +0000 Subject: [PATCH] Add configwithsmallcam --- configwithsmallcam | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 configwithsmallcam diff --git a/configwithsmallcam b/configwithsmallcam new file mode 100644 index 0000000..b6c44c0 --- /dev/null +++ b/configwithsmallcam @@ -0,0 +1,31 @@ +mqtt: + enabled: false + +cameras: + ApartmentDriveway: + enabled: true + ffmpeg: + inputs: + - path: rtsp://192.168.50.1:7447/2rA7MOtaaIXcWgyW + roles: + - detect + detect: + enabled: true + width: 640 + height: 360 + objects: + track: + - person + - car + - dog + snapshots: + enabled: true + bounding_box: true + retain: + default: 1 + +detectors: + cpu1: + type: cpu + +version: 0.15-1 \ No newline at end of file