We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to set up my ESP32-CAM to be streaming over network only (no local recordings or pictures). How can I set this in config.txt?
I tried settinglength of video in seconds to 0 or -1 but that just creates a lot of < 1 second videos
length of video in seconds
0
-1
The text was updated successfully, but these errors were encountered:
Tie gpio12 to ground through a 10k resistor This version does not have a software switch or configuration to stop recording
Or change the code here: https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/blob/60a3e6a4f73ce904fe090f68f64d567a3a639d0a/v60/ESP32-CAM-Video-Recorder-junior-60x.4.7/ESP32-CAM-Video-Recorder-junior-60x.4.7.ino#L2741
Sorry, something went wrong.
No branches or pull requests
I want to set up my ESP32-CAM to be streaming over network only (no local recordings or pictures). How can I set this in config.txt?
I tried setting
length of video in seconds
to0
or-1
but that just creates a lot of < 1 second videosThe text was updated successfully, but these errors were encountered: