Update detectors.md

Add example for dual PCIe
This commit is contained in:
digiblur 2021-04-16 21:34:45 -05:00 committed by Blake Blackshear
parent 6379f5cd5e
commit 3eb0021207

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