Make note of multiple detectors

This commit is contained in:
Nicolas Mowen 2025-02-03 06:42:30 -07:00 committed by GitHub
parent 0481c47ea0
commit f1daf8a40a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 # 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. 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.