commit 561661312951bc76ae83aabb52ea434240bc0de3 Author: Joshua Laymon Date: Fri May 2 19:38:24 2025 +0000 Add 1config.yaml this is an initial config file just to get it working with one camera 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