How to achieve continuous recording with automatic uploads? #620
Unanswered
mazuralexandru
asked this question in
Q&A
Replies: 1 comment
-
simplest is to stream to an NVR |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
First off, a massive thank you to the developers for this fantastic project! The number of features packed into it is truly impressive.
My Goal
I want to configure the ESP32-CAM to do the following:
The goal is to have a near-real-time backup of the footage on a remote server, ensuring that if the camera or SD card fails, the most recent recordings are already safe.
What I've Tried
I've experimented with the available settings and came up with a workaround using the Time-Lapse feature:
Timelapse duration (mins)
to5
to create 5-minute video files.Timelapse interval (secs)
to1
to get the highest possible capture rate (1 FPS).Where I'm Stuck
While this setup does record continuously and eventually uploads the files, it doesn't quite meet my goal for two main reasons:
Timelapse interval
of 1 sec). For my use case, a higher FPS (like 5 or 10 FPS) would be ideal.My Question
Is there a built-in method that I'm overlooking to achieve this? Specifically:
If this functionality doesn't exist yet, I believe a dedicated "Continuous Recording" mode with an option to
[ ] Upload segment upon completion
would be an incredibly powerful feature for security and archival purposes.Thanks in advance for any guidance or clarification you can provide
Beta Was this translation helpful? Give feedback.
All reactions