Hello, I have installed Docker and also frigate. Its working fine with detector cpu, but now I got also an USB Coral TPU.
The TPU is found in the host as:
So i added the device in the docker compose as followed:
and the config.yaml
It seems to work, but I still get the following error messages:
Code
2025-02-22 15:00:06.277717349 [2025-02-22 15:00:03] detector.coral INFO : Starting detection process: 422
2025-02-22 15:00:06.277886619 [2025-02-22 15:00:03] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2025-02-22 15:00:06.278527292 [2025-02-22 15:00:06] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2025-02-22 15:00:06.278670378 [2025-02-22 15:00:06] frigate.detectors.plugins.edgetpu_tfl ERROR : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
Anyone here who already is using an DXP2800 with docker and frigate/Coral USB TPU?
Any idea what I can do to solve the problem?
Best regards, Stefan