diff --git a/docs/docs/configuration/detectors.md b/docs/docs/configuration/detectors.md index 3e59e6792..db9888507 100644 --- a/docs/docs/configuration/detectors.md +++ b/docs/docs/configuration/detectors.md @@ -30,6 +30,18 @@ detectors: device: usb:1 ``` +Multiple PCI Corals (Must disable protection mode): + +```yaml +detectors: + coral1: + type: edgetpu + device: pci:0 + coral2: + type: edgetpu + device: pci:1 +``` + Mixing Corals: ```yaml