Browse Source

Update detectors.md

Include how to use the native Coral on the Coral Dev Board
zacho112 3 years ago
parent
commit
5d0984998d
1 changed files with 9 additions and 0 deletions
  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