You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the "ESP32-WROVER module" with “ESP32 Dev Module” configuration.
There are extra settings to be done: partition scheme: Huge APP (3MB no OTA...)
PSRAMM: enabled
The text was updated successfully, but these errors were encountered:
webermich
changed the title
Adding support for elegoo ESP23-Wrover module (Smart Robot Car V4.0 with camera)
Adding support for elegoo ESP32-Wrover module (Smart Robot Car V4.0 with camera)
Jun 13, 2024
what you suggest is exactly what I tried. I used the esp32cam_freenove_wrover_kit definition, cloned it and made the pin modifications (that I thought should work). You will see the result in the file I uploaded. esp32cam_elegoo_wrover.json
Nevertheless, it doesn't work and I was reaching out to get advice.
Maybe I have missed out something?
Hello,
I own an "ELEGOO Smart Robot Car V4.0 with camera" and tried to use this project to access the video stream from the camera module.
However I wasn't able to get the camera working, probably due to misconfiguration.
When using the supplied software from the provider, the camera works, but I am not all too happy with the video stream though.
Could you please give advice on how to create a proper configuration profile?
Error:
Failed to initialize camera. Error: 0x105. Frame size: VGA (640x480), frame rate: 200 ms, jpeg quality: 14
Serial output:
serialmonitor.txt
Using the following config:
esp32cam_elegoo_wrover.json
All infos regarding the original driver:
Link to the source code: https://drive.google.com/file/d/19IENruwaLPVMKnKpy1bk7TjwF5JThqie/view
Documentation for the cars camera: https://drive.google.com/file/d/1nFgyLV-znzmQl7CN2OcnSuMXnewOJ3hG/view
I have the "ESP32-WROVER module" with “ESP32 Dev Module” configuration.
There are extra settings to be done:
partition scheme: Huge APP (3MB no OTA...)
PSRAMM: enabled
From the code I got the following pins:
The text was updated successfully, but these errors were encountered: