From 5d0984998df93dc449985220a110352c12591061 Mon Sep 17 00:00:00 2001 From: zacho112 Date: Thu, 3 Jun 2021 18:50:55 +0200 Subject: [PATCH] Update detectors.md Include how to use the native Coral on the Coral Dev Board --- docs/docs/configuration/detectors.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/configuration/detectors.md b/docs/docs/configuration/detectors.md index a7bbdab79..3ff3c9709 100644 --- a/docs/docs/configuration/detectors.md +++ b/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