From 9ed7ccab75ab53e1f75adaf2660bc9f2cef42c14 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 17 Aug 2025 20:48:21 -0500 Subject: [PATCH] Embeddings maintainer should start if bird classification is enabled (#19576) --- 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