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

default - 1fps video to sd card (v60 and another) #22

Open
punkapple123 opened this issue Sep 16, 2022 · 5 comments
Open

default - 1fps video to sd card (v60 and another) #22

punkapple123 opened this issue Sep 16, 2022 · 5 comments

Comments

@punkapple123
Copy link

punkapple123 commented Sep 16, 2022

download source - upload default to esp32 (change ssid and password) - start video record - 1fps (micro sd(try 32GB and 1GB)) ;

@punkapple123 punkapple123 changed the title default - 1fps default - 1fps to sd card (v60 and anotehr) Sep 16, 2022
@punkapple123 punkapple123 changed the title default - 1fps to sd card (v60 and anotehr) default - 1fps to sd card (v60 and another) Sep 16, 2022
@punkapple123 punkapple123 changed the title default - 1fps to sd card (v60 and another) default - 1fps video to sd card (v60 and another) Sep 16, 2022
@jameszah
Copy link
Owner

Do you have this in your config.txt file?

The 0 interval should be record as fast as possible - which should be about 12 fps 720p on an ov2640 camera.

Maybe a slower camera? ov7670?

    desklens  // camera name
    11  // framesize  11=hd
    1800  // length of video in seconds
    0  // interval - ms between recording frames
    1  // speedup - multiply framerate
    0  // streamdelay - ms between streaming frames
    GMT // timezone
    ssid1234  // ssid wifi name
    mrpeanut  // ssid password

@punkapple123
Copy link
Author

punkapple123 commented Sep 17, 2022

yes, i have this in config.txt

desklens  // camera name
11  // framesize  11=hd
1800  // length of video in seconds
0  // interval - ms between recording frames 
1  // speedup - multiply framerate 
0  // streamdelay - ms between streaming frames
GMT // timezone
ssid1234  // ssid wifi name
mrpeanut  // ssid password

camera ov2640 v3

@Himrese
Copy link

Himrese commented May 26, 2023

got the same problem, is it solvable?

@jameszah
Copy link
Owner

Can you post the serial monitor output, or the .txt file from the sd card with debug info.

@jameszah
Copy link
Owner

Another thought - if the stream does not end normally it cannot accurately set the speed, so make the video length short enough that it ends, or end the video with the web page or the gpio

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

3 participants