From 276f0ff449201cbe8dad4a16141d98480b746f8e Mon Sep 17 00:00:00 2001 From: tonym Date: Wed, 1 Oct 2025 22:07:24 -0500 Subject: [PATCH] Add example-config.yml default frigate config. --- example-config.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 example-config.yml diff --git a/example-config.yml b/example-config.yml new file mode 100644 index 0000000..bdd8a60 --- /dev/null +++ b/example-config.yml @@ -0,0 +1,18 @@ +mqtt: + enabled: false + +cameras: + name_of_your_camera: # <------ Name the camera + enabled: true + ffmpeg: + inputs: + - path: rtsp://10.0.10.10:554/rtsp # <----- The stream you want to use for detection + roles: + - detect + detect: + enabled: false # <---- disable detection until you have a working camera feed + width: 1280 + height: 720 +detect: + enabled: true +version: 0.16-0