From 9910b4633a1ae11766f24b0711ad490b96733937 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:48:29 +0100 Subject: [PATCH] Update frigate.json --- frontend/public/json/frigate.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/frigate.json b/frontend/public/json/frigate.json index 4035789d8..4227c04e3 100644 --- a/frontend/public/json/frigate.json +++ b/frontend/public/json/frigate.json @@ -4,7 +4,7 @@ "categories": [ 15 ], - "date_created": "2025-07-02", + "date_created": "2026-02-13", "type": "ct", "updateable": false, "privileged": false, @@ -31,5 +31,14 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "SemanticSearch is not pre-installed due to high resource requirements (8+ cores, 16-24GB RAM, GPU recommended). Manual configuration required if needed.", + "type": "info" + }, + { + "text": "OpenVino detector may fail on older CPUs (pre-Haswell/AVX2). If you encounter 'Illegal instruction' errors, consider using alternative detectors.", + "type": "warning" + } + ] }