Easy Way to Auto-Export Every Event/Recording to Exports Folder? #9123
Unanswered
DC651F82053AD314
asked this question in
Ask A Question
Replies: 1 comment 8 replies
-
The frigate integration has a service otherwise you'd need something to listen to the MQTT /events and call the API when each event ends |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've upgraded from 0.12-stable to 0.13.0-beta7 and I'm trying to figure how I can auto-export every event/recording to the exports folder right after the recordings finish. I'd like to export all camera recordings in Realtime format. I've used the 'Exports' tab to export manually by the specified date/time, but any pointers as to how to automate the export of every event/recording would be very much appreciated. Does anyone else out there do this already?
I think the API can do this, but I wondered if there are any examples of what the API calls/requests might look like. I'm running Frigate in a Docker container -- this means I would run the API calls via the command line within my Frigate Docker container, is that correct? Would I create a script that runs inside the Docker container to make the 'export all events/recordings' API request?
The idea is, I can then have a script that retains the files in the export folder for X number of days before deleting, and a second script that will watch the export folder and sync all files with my Dropbox as they appear.
Apologies for the noob questions, I'm new to Frigate and new to making API requests within a Docker container in general, but I'm learning lots and really enjoying Frigate! I was a MotionEye user for years, but Frigate is much better, just takes some time for me to get acclimated to getting it to do what I want. Thanks yall!
Beta Was this translation helpful? Give feedback.
All reactions