Replies: 13 comments 21 replies
-
The number of snapshots id directly related to the number of objects that are detected, if an object is detected in a frame and this object has not been detected before (in the same place and of similar size) then an image (snapshot) of that object is saved. |
Beta Was this translation helpful? Give feedback.
-
Exactly |
Beta Was this translation helpful? Give feedback.
-
What did you have in mind to include in the gif ? |
Beta Was this translation helpful? Give feedback.
-
Yea, that's always a risk but should be able to be mitigated through Event Gap, non detection zones, what objects to detect, etc. |
Beta Was this translation helpful? Give feedback.
-
Yeah, good idea. |
Beta Was this translation helpful? Give feedback.
-
Alright, ill implement it in the coming days |
Beta Was this translation helpful? Give feedback.
-
I think it would be better to just push the cropped frame directly to pushover and avoid saving anything to file as there is no need for it. |
Beta Was this translation helpful? Give feedback.
-
Ok, its ready, if you grab the latest code you can give it a try. |
Beta Was this translation helpful? Give feedback.
-
With a collage we could potentially wait for half the gap time (say 10s) and put all existing objects into collage and send it over, and either repeat that every 10s or send another final alert at the end of motion with a video ? or gif |
Beta Was this translation helpful? Give feedback.
-
Alright, then how about for v1 we send initial notification on first object, then send a lightweight video on motion end ? |
Beta Was this translation helpful? Give feedback.
-
What do you think so far ? |
Beta Was this translation helpful? Give feedback.
-
I noticed when adding in the gif logic that an event may sometimes only generate one image snapshot. Is it possible to force a minimum of like maybe 3 snapshots or what in the logic today determines how many snapshots to gather from an event?
Beta Was this translation helpful? Give feedback.
All reactions