Add passthrough information for PCIe Coral TPU

This commit is contained in:
Oliver Northam 2021-11-08 08:19:04 +00:00
parent 26ae6084ea
commit 3cf8d378bc

View File

@ -118,6 +118,7 @@ services:
shm_size: "64mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
- /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here https://coral.ai/docs/m2/get-started/#2a-on-linux
- /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro