From 561661312951bc76ae83aabb52ea434240bc0de3 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Fri, 2 May 2025 19:38:24 +0000 Subject: [PATCH] Add 1config.yaml this is an initial config file just to get it working with one camera --- 1config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 1config.yaml diff --git a/1config.yaml b/1config.yaml new file mode 100644 index 0000000..8157b1f --- /dev/null +++ b/1config.yaml @@ -0,0 +1,20 @@ +mqtt: + enabled: false + +auth: + reset_admin_password: true + +cameras: + ApartmentDriveway: + enabled: true + ffmpeg: + inputs: + - path: rtsp://192.168.50.1:7447/RDnMzMxnM19W3uSm + roles: + - detect + detect: + enabled: false + width: 1280 + height: 720 + +version: 0.15-1 \ No newline at end of file