Frigate Snapshots vs. HA Integration Snapshots #22269
Replies: 2 comments
-
|
The difference you're seeing is due to how snapshots are published via MQTT versus what's stored in Frigate's UI. When Home Assistant receives snapshots through MQTT, it gets them from the The key issue is that your snapshot configuration has The Frigate UI shows the full snapshot with the complete person because it displays the stored snapshot image that respects your To get the full uncropped snapshot in Home Assistant, you have a few options:
The snapshot configuration you have should work correctly: snapshots:
enabled: true
timestamp: true
bounding_box: true
crop: falseThis configuration will save uncropped snapshots with timestamps and bounding boxes(2), which is what you're seeing in the Frigate UI. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
In addition to the AI's comments, see the official documentation on snapshots and how they differ from MQTT snapshots: https://docs.frigate.video/configuration/snapshots/#frame-selection |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wonder if this is a config error of mine? I´m using the HA Integration, and have a Dashboard with picture entities of the latest Snapshots.
Now this is a Snapshot from the HA Dashboard:

And this is from the Frigate UI from the same person / time:

On the HA Snapshot I can only see the legs of the person, while the Frigate UI shows me the entire person standing at the door, and this is what I would like to see on the HA Dashboard as well.
This is the config for the affected camera, thank you very much in advance for any hints.
Have a nice day,
Philipp
Beta Was this translation helpful? Give feedback.
All reactions