Skip to content
New issue

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

How to turn off recording? #7

Open
derekantrican opened this issue Aug 6, 2024 · 1 comment
Open

How to turn off recording? #7

derekantrican opened this issue Aug 6, 2024 · 1 comment

Comments

@derekantrican
Copy link

derekantrican commented Aug 6, 2024

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

@jameszah
Copy link
Owner

jameszah commented Aug 6, 2024

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants