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

Increasing the time of record #39

Open
hadii007 opened this issue May 23, 2024 · 3 comments
Open

Increasing the time of record #39

hadii007 opened this issue May 23, 2024 · 3 comments

Comments

@hadii007
Copy link

Hi
Is it possible he increased the recording time from 30 minutes to above?

@jameszah
Copy link
Owner

You can put the number of seconds in the config.txt on your sd card.

Here is some documentation:

https://github.com/jameszah/ESP32-CAM-VideoCam

@hadii007
Copy link
Author

what's the maximum time we can give?
I set 12 hours but it recorded the same 30 min.

@jameszah
Copy link
Owner

It must not have saved correctly. Look at the serial monitor, or in the log file, and it prints out the parameters it read from the config.txt file. Make sure they are all correct, or check the your config.txt is not scrambled.

There is no particular limit in time, but you might overrun a 16bit int or something eventually. I have done 1GB recordings, but nothing past 4 hours ???

Serial.printf("========= Data fram config.txt and defaults =========\n");

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