Is it possible to send an image to Frigate for detection? #22627
Replies: 1 comment 1 reply
-
|
Based on the available sources, I don't have information about an API endpoint or MQTT topic that allows you to submit arbitrary images to Frigate for object detection. Frigate is designed as a network video recorder (NVR) that processes continuous video streams from cameras rather than individual static images. The detectors (including the Coral TPU) are configured to work with camera feeds defined in your configuration. (1) If you're looking to leverage your Coral TPU for general image detection outside of camera streams, you might consider:
Check out these potentially useful sources: Would you like me to try to provide a general answer about image detection approaches that might work alongside your Frigate setup? 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as per title.
My Frigate runs on a dedicated box with a Coral AI dongle, and I use MQTT to integrate Frigate into my home automation system. The system performs well, but I would like to get more use out of the CoralAI dongle.
Is there a way, either by MQTT or by HTTP API, to send an image to Frigate for detection, and have it respond? This is the use case for me.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions