[Detector Support]: Coral USB TPU not detected after upgrading to Frigate 0.16.1 (worked in 0.16.0) #19997
Replies: 3 comments
-
I don't have specific information about changes between Frigate 0.16.0 and 0.16.1 that would affect Coral USB TPU detection in the available documentation. However, I can help you troubleshoot this issue based on the error you're seeing. The error "Failed to load delegate from libedgetpu.so.1.0" and "No EdgeTPU was detected" are common Coral USB detection issues (1). Here are the most likely causes: Power IssuesThe USB Coral can draw up to 900mA, which may be too much for some USB ports (1). Try these steps:
Device Access in VMsWhen running Frigate in a VM on Proxmox, you must ensure both device IDs are mapped (1). The USB Coral has different IDs when uninitialized ( Home Assistant Add-on ConfigurationSince you're using the Home Assistant Add-on, you may need to run the Full Access variant with Protection mode disabled so the Coral can be accessed properly (1). Your configuration looks correct: detectors:
coral:
type: edgetpu
device: usb Since downgrading to 0.16.0 resolves the issue, there may have been changes in how the EdgeTPU library is loaded in 0.16.1. You might want to check if there are any updates to the Home Assistant Add-on or try restarting your Proxmox host while keeping the TPU plugged in (1). 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
See the FAQ, Upgrade Question 3 #18048 |
Beta Was this translation helpful? Give feedback.
-
Just a data point: I run Frigate via docker compose on a Ubuntu host with the Coral USB TPU and I have not seen issue with it between 0.15.2 , 0.16.0 and now on 0.16.1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
After upgrading from Frigate 0.16.0 to 0.16.1, my Coral USB TPU is no longer detected. It was working without any issues on version 0.16.0.
I'm running Home Assistant in a VM on a Proxmox server. The Coral USB device is correctly passed through to the VM and recognized at the system level. The issue only started after updating to 0.16.1.
When I downgrade back to Frigate 0.16.0, the Coral USB TPU is detected again and works properly. This confirms that the issue is introduced in 0.16.1.
Version
5.9.4/0.16.0-c2f8de9
Frigate config file
docker-compose file or Docker CLI command
N/A
Relevant Frigate log output
Install method
Home Assistant Add-on
Object Detector
Coral
Screenshots of the Frigate UI's System metrics pages
N/A
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions