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.