From 05a2db1f41589d48592badd309c5907606e95d40 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 17 Aug 2025 20:18:39 -0500 Subject: [PATCH] Embeddings maintainer should start if bird classification is enabled --- frigate/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/app.py b/frigate/app.py index cc596a98a..abcefdc56 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -250,6 +250,7 @@ class FrigateApp: and not genai_cameras and not self.config.lpr.enabled and not self.config.face_recognition.enabled + and not self.config.classification.bird.enabled ): return