Google Coral USB Accelerator
A USB edge AI accelerator that adds 4 TOPS of dedicated inference throughput to any host device, running at just 2 watts.
The Google Coral USB Accelerator is a small USB connected device containing an Edge TPU coprocessor built specifically for running AI inference models locally. It plugs into any host machine over USB and adds dedicated AI processing without requiring anything beyond a single package install.
What 4 TOPS means in practice
The Coral delivers 4 TOPS of processing throughput. TOPS stands for Trillion Operations Per Second, the standard measure of AI inference throughput. 4 TOPS is not a large number by modern standards, but the Coral achieves it at just 2 watts of power draw, which makes it highly efficient for the workload it was designed for. For detecting people, vehicles, packages, and animals in a real time camera feed, that is far more throughput than any home setup needs.
Why it matters for Frigate on a Raspberry Pi
Without the Coral, Frigate runs AI inference on the Pi's CPU. On a Raspberry Pi 5, this is possible but it is not comfortable. The inference load is noticeable across all other containers and services running on the same machine. With the Coral connected, inference moves entirely off the Pi to the Coral's dedicated Edge TPU. Detection times drop to around 10 milliseconds per frame. The Pi is freed to handle everything else without throttling. This single change is the difference between a system that works and a system that works well.
A note on where this hardware sits
The Coral product line has not seen a major update in some time, and the edge AI hardware market has moved on. For object detection and computer vision it remains the practical, low cost choice. For anything more demanding, the Raspberry Pi AI HAT+ 2 is where the platform is heading.
I have been running the Coral in my setup since adding it to my Frigate installation, and it has not given me a single problem. It is one of those pieces of hardware that does exactly what it promises and then disappears into the background.