Add example of single pcie coral (#12446)

* Update object_detectors.md

* Update docs/docs/configuration/object_detectors.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Jake Angerman 2024-08-03 08:38:40 -04:00 committed by GitHub
parent 88d4b694f8
commit da913d8d31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,15 @@ detectors:
device: ""
```
### Single PCIE/M.2 Coral
```yaml
detectors:
coral:
type: edgetpu
device: pci
```
### Multiple PCIE/M.2 Corals
```yaml