Переглянути джерело

Update detectors.md

Include how to use the native Coral on the Coral Dev Board
zacho112 3 роки тому
батько
коміт
5d0984998d
1 змінених файлів з 9 додано та 0 видалено
  1. 9 0
      docs/docs/configuration/detectors.md

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

@@ -42,6 +42,15 @@ detectors:
     device: pci:1
 ```
 
+Native Corals (Dev Board):
+
+```yaml
+detectors:
+  coral:
+    type: edgetpu
+    device: ''
+```
+
 Mixing Corals:
 
 ```yaml