Should I Expend the Effort? #3359
Replies: 6 comments 9 replies
-
Speaking strictly subjectively, I'd find this most useful as like a mouse-over feature on the current events page snapshots (or maybe for all visible events without more over). I would find it less useful taking up its own space without the other timing / label metadata. Regardless, very cool and I do think many would find it useful in some form |
Beta Was this translation helpful? Give feedback.
-
There have been discussions about generating these kinds of thumbnail clips in a few places. This should be done as a general purpose post processor that could be used to perform other things like convert from h265 to h264. I think it would be best to generate a single video file based on the segments in a day or hour and reuse it for the event previews by seeking to the correct time. We wouldn't want to generate a bunch of these for individual events. |
Beta Was this translation helpful? Give feedback.
-
I posted a video on how it works. If I was to implement it in Frigate I would use MQTT without Kafka entirely. |
Beta Was this translation helpful? Give feedback.
-
Where is the code for this? |
Beta Was this translation helpful? Give feedback.
-
@johnmarksilly any update? |
Beta Was this translation helpful? Give feedback.
-
So here is the first iteration: https://github.com/brilliant-monkey/frigate-clips The above repo contains all the details needed to add the This can be picked up by Home Assistant to forward the video to end devices via Push Notifications. Enjoy. |
Beta Was this translation helpful? Give feedback.
-
Realtime Events and QuickClips™ Playback
As events are triggered, the UI receives them in real-time using WebSockets.
I have a separate process running to pick up events after the clips are generated and convert them to shortened clips.
Video below:
What am I proposing?
The poll is about the video playback, not the UI. I would be integrating the playback and realtime events in the clips page.
20 votes ·
Beta Was this translation helpful? Give feedback.
All reactions