From f1daf8a40a38f84bda10f316431280d45c2b2c1e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 3 Feb 2025 06:42:30 -0700 Subject: [PATCH] Make note of multiple detectors --- docs/docs/configuration/object_detectors.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 1468d32e8..de736da3d 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -33,6 +33,14 @@ Frigate supports multiple different detectors that work on different types of ha ::: +:::note + +Multiple detectors can not be mixed for object detection (ex: OpenVINO and a coral can not be used for object detection). + +This does not affect using hardware for other tasks like [semantic search](./semantic_search.md) + +::: + # Officially Supported Detectors Frigate provides the following builtin detector types: `cpu`, `edgetpu`, `hailo8l`, `onnx`, `openvino`, `rknn`, `rocm`, and `tensorrt`. By default, Frigate will use a single CPU detector. Other detectors may require additional configuration as described below. When using multiple detectors they will run in dedicated processes, but pull from a common queue of detection requests from across all cameras.