-
Notifications
You must be signed in to change notification settings - Fork 56
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
guru meditation error when streaming #25
Comments
Getting the exact same error here. |
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 number, and version number of compiler. libraries if you re-compiled the program. |
Getting the same error repeatedly. AI-tinker esp32-cam board. Both installed from one-click installer, and severeal different sd-cards tried |
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 free the memory as needed ... I wish I would have spent an extra 20 minutes on that 2 years ago. Line 2482 in 976b276
.... Make that MB! |
what size of framebuffer should be in 2GB memory? |
I seem to be having the same problem. Is there a fix yet? |
The program is built for a standard esp32-cam module with 4mb of psram. |
I tested with (512*192) like this:
And it seems to work (more or less) fine, and even the streaming and image series work correctly with OV2640 camera. This may not be reliable, but at least it allows to get some videos from the 2MB ESP32-CAM's. I hope this information will be useful for other people too. |
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 cases. |
Hi mr James.
I hope you’re doing well.
around 3 week , i'm confusing about a problem.
in your source code(recorder junior v58) with easy install and with arduino IDE after uploading, when i'm trying to streaming , esp will rebooted.
and in serial monitor this line appear:
(guru meditation error: core 0 panic'ed (loadprohibited). exception was unhandled.)
But except for this option, all other option work well
The text was updated successfully, but these errors were encountered: