From 07dc62e5e6fe712e9cc200995c266bcd5c2640f6 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Mon, 8 Apr 2024 20:13:59 -0700 Subject: [PATCH] Update Frigate with config.yml (#1036) --- frigate/data/config/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frigate/data/config/config.yml b/frigate/data/config/config.yml index e69de29..b32f410 100644 --- a/frigate/data/config/config.yml +++ b/frigate/data/config/config.yml @@ -0,0 +1,14 @@ +mqtt: + enabled: False + +cameras: + name_of_your_camera: # <------ Name the camera + 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 # <---- update for your camera's resolution + height: 720 # <---- update for your camera's resolution \ No newline at end of file