Replies: 2 comments 3 replies
-
|
Strongly support this idea. For example, if there is a burglary or arson incident in which the local Frigate storage media are stolen or destroyed, unless you have near-realtime sync'ing of all the Frigate data (e.g. perhaps to a separately-powered, separately-housed WiFi-connected NAS, maybe hidden in a shed behind the house,) -- all the video evidence disappears due to the event. If it was possible to auto-trigger an export of Events, one could then just sync the ready-to-view exported full-length Events video files to the secondary/redundant/off-site storage location. |
Beta Was this translation helpful? Give feedback.
-
|
Short of this being added natively to Frigate, this docker image might do the trick. It provides a mechanism for shipping alert videos to the cloud. tboyko/frigate-echo |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Frigate's event-based recording is excellent for real-time review, but the short, segmented clips (typically 10-second segments) are difficult to manage for long-term storage and viewing on a third-party cloud service. The current export API allows for manual or scripted exports, but this process is cumbersome for users who want to automatically save longer, complete video files.
My proposal is to add a native, configurable feature for scheduled export. This would allow users to define a destination folder (e.g., /media/frigate/scheduled_exports) and a schedule (e.g., every 30 minutes, daily at midnight) directly within the config.yml. Frigate would then automatically export a continuous video file for a specified time duration (e.g., 30 minutes) containing only events of tracked objects and send them to that folder.
This would simplify the process of backing up long-form video to cloud services like Google Drive or Dropbox without the need for external scripts or manual intervention. It would bridge the gap between Frigate's efficient, short-clip event management and the need for a simple, reliable way to store longer videos off-site.
Beta Was this translation helpful? Give feedback.
All reactions