Update detectors.md

Add example for dual PCIe
This commit is contained in:
digiblur
2021-05-12 06:45:34 -05:00
committed by Blake Blackshear
parent 6379f5cd5e
commit 3eb0021207
+12
View File
@@ -30,6 +30,18 @@ detectors:
device: usb:1
```
Multiple PCIE/M.2 Corals:
```yaml
detectors:
coral1:
type: edgetpu
device: pci:0
coral2:
type: edgetpu
device: pci:1
```
Mixing Corals:
```yaml