-
Notifications
You must be signed in to change notification settings - Fork 6
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
Camera Web Server Issues XIAO ESP32S3 Sense + Grove Vision AI Module with OV5647-160 #28
Comments
Hi @rashawnoverton, @1838032971! Thank you for your feedback, please follow the error prompts to troubleshoot the problem, if you still can't solve the problem, please contact us for further information about the following issues:
|
Hello, I'm going to close this issue, feel free to re-open it if you have any other questions. [Autocommentary] |
Hey, I’d like to reopen this issue as I’m still experiencing the same problem and have verified each of the points mentioned previously. PSRAM Status: I have confirmed that PSRAM is enabled on my ESP32. |
@iChizer0 Help with this one |
Hi @idogolds,I understand the issues you're experiencing, but an accurate reproduction step is needed (e.g. regarding the precise versions of the individual dependencies). For viewing the detailed logs, you can recompile and burn the firmware after changing the Core Debug Level to Verbose in the Tools menu of the Arduino IDE. Additionally, this is the version of the dependency that we have successfully tested before, hopefully this would help you out: |
Hey @iChizer0 , thanks for the help! Out of all the supported libraries, it turned out that I only had the ESP32 library version wrong. I was using 3.0.7 instead of 2.0.14, so I’ve now updated it as recommended. However, I’m now running into a new issue where the web server doesn’t load at all. Here’s the output log I’m seeing: Rebooting... Backtrace: 0x403777ae:0x3fcebde0 0x4037d6fd:0x3fcebe00 0x4038361d:0x3fcebe20 0x4037d6f3:0x3fcebea0 0x42015bf3:0x3fcebec0 0x42013aaf:0x3fcebf20 0x420054ea:0x3fcebf70 0x42008d0b:0x3fcebfa0 0x42015cde:0x3fcebfd0 ELF file SHA256: edffd004e9bfb342 |
@idogolds From the logs you provided, it seems that there is something wrong with the initialization of the IDF's UART library, you can try to see if it works properly in I2C or SPI mode first, thanks.
Seeed_Arduino_SSCMA/examples/camera_web_server/app_httpd.h Lines 4 to 8 in f4c39f4
We will also schedule a time to confirm that the example works properly under the version 3.0.7 you are using, but this may take some time. |
I tried to use the camera web server example and ran into a few errors.
The text was updated successfully, but these errors were encountered: