jameszah

Results 107 comments of jameszah
trafficstars

So you can find the web page, and download files (300 kBps sounds correct), but the series of jpgs does not work? Do you get the title and time, but...

Is that time on webpage or time on the files? There was a daylight savings time bug in an old esp32-arduino? Are you using the newest? Reseting the numbers requires...

https://github.com/espressif/arduino-esp32/issues/6786 You need the current esp32-arduino board manager library ![image](https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/assets/36938190/485766fb-7a4c-4e4a-a761-c8be4139ee73)

You have to reformat 64gb sd cards as fat32, which is non standard on windows. You can use the Rufus format tool.

The 64GB cards work fine, you just have to format it fat32. ![image](https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/assets/36938190/fafded9d-c857-4c57-b01f-a641c3f47dd5)

Could you cut and paste the serial monitor with the series of messages, and the stack of numbers from the "panic" to help me locate the problem. And the version...

Your module only has 2GB of spi-ram. The code is built for 4GB in most esp32-cam modules. You could squeeze the memory a little here ... to repeatedly malloc and...

The program is built for a standard esp32-cam module with 4mb of psram.

You are right - some old code there - it is set up for the all frame sizes in bright color. 512kb is overly conservative - 128kb should handle most...

I need the next page of the serial output .... the loop() part where it opens and closes the files.