Skip to content
Discussion options

You must be logged in to vote

The restart loop is caused by Frigate failing to detect your USB Coral EdgeTPU. The logs show:

[2026-04-04 15:48:10] frigate.detectors.plugins.edgetpu_tfl ERROR   : No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors.
ValueError: Failed to load delegate from libedgetpu.so.1.0

(1)

There are several common causes for a USB Coral not being detected:

1. Power Issues
The USB Coral can draw up to 900mA, which may be too much for some USB ports. Try a different USB3 port, use a different cable, or use an externally powered USB hub. (1)

2. Device Access
When running Frigate in Docker, you must ensure both device IDs are mapped - the uninitialized ID (1…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@saw0220
Comment options

Answer selected by saw0220
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment