From da913d8d311ae19a8a16c867b32e7f6f058ae7f4 Mon Sep 17 00:00:00 2001 From: Jake Angerman Date: Sat, 3 Aug 2024 08:38:40 -0400 Subject: [PATCH] Add example of single pcie coral (#12446) * Update object_detectors.md * Update docs/docs/configuration/object_detectors.md Co-authored-by: Nicolas Mowen --------- Co-authored-by: Nicolas Mowen --- docs/docs/configuration/object_detectors.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index cd1430b3f4..8e5dab36bc 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -81,6 +81,15 @@ detectors: device: "" ``` +### Single PCIE/M.2 Coral + +```yaml +detectors: + coral: + type: edgetpu + device: pci +``` + ### Multiple PCIE/M.2 Corals ```yaml