Browse Source

Update detectors.md

Add example for dual PCIe
digiblur 4 years ago
parent
commit
3eb0021207
1 changed files with 12 additions and 0 deletions
  1. 12 0
      docs/docs/configuration/detectors.md

+ 12 - 0
docs/docs/configuration/detectors.md

@@ -30,6 +30,18 @@ detectors:
     device: usb:1
     device: usb:1
 ```
 ```
 
 
+Multiple PCIE/M.2 Corals:
+
+```yaml
+detectors:
+  coral1:
+    type: edgetpu
+    device: pci:0
+  coral2:
+    type: edgetpu
+    device: pci:1
+```
+
 Mixing Corals:
 Mixing Corals:
 
 
 ```yaml
 ```yaml