浏览代码

Update detectors.md

Add example for dual PCIe
digiblur 4 年之前
父节点
当前提交
3eb0021207
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      docs/docs/configuration/detectors.md

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

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