Skip to content

[Support]: Snapshot API - Sometimes 404's, sometimes doesn't crop or annotate image - no logs? #14944

Discussion options

You must be logged in to vote

So, basically you're saying I should ignore any "new" events altogether then more or less? Only updates and some end events matter as only those events will ever contain a true for has_snapshot based on what I'm observing.

I am not sure what your exact scenario is but in general I recommend using zones and only firing when an objects zones change (before.entered_zones.length < after.entered_zones.length). Otherwise, you just need to use the has_snapshot or has_clip field in the MQTT payload which will tell if the event is being saved or not

I'm a bit confused by this behavior. What is the point of an event being created and published if it might be deleted in 0.1 seconds? It's extremel…

Replies: 1 comment 7 replies

Comment options

NickM-27
Nov 12, 2024
Collaborator Sponsor

You must be logged in to vote
7 replies
@distinctjuggle
Comment options

@NickM-27
Comment options

NickM-27 Nov 13, 2024
Collaborator Sponsor

@distinctjuggle
Comment options

@NickM-27
Comment options

NickM-27 Nov 13, 2024
Collaborator Sponsor

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