-
Notifications
You must be signed in to change notification settings - Fork 21
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
Does this work for ESP-EYE too ? #23
Comments
I was able to get the code working with an ESP32-WROVER board (see my pull request #21 for the files I changed). Based on the schematic for the ESP_EYE board, it looks like the status LED is GPIO3. This page that documents the camera pin connections, so you could use that to modify the files along the same lines I did. You won't have SD card support or be able to add a flash, since there is no free GPIO, but it should be easy enough to try. You'll see in the serial monitor if the board is working. If it's resetting, it probably means the pins are not all correct. |
@firstmustburn Attention, it's not that simple. ESP32-WROOVER is built on the ESP32 processor, and ESP32-CAM is also built on the ESP32 processor. However, there are boards built on the ESP32-S3. With the ESP32-S3 processor, I didn't have good results. Maybe it was just my dev board that was faulty. But ESP-EYE V2.1 seems to use the ESP32 processor. @piwi1263 Compatibility needs to be tested. Currently we don't have SW support for ESP-EYE 2.1 |
@johnyHV ESP32S3-CAM works fine for me with #define CAMERA_MODEL_ESP32S3_EYE (minus flash led) |
@mozgy Can you send me the version of the board you are using? |
@mozgy Oh really ? Great! Where did you buy this board ? Can you send me camera pin mapping from file from the file Camera_cfg.h ? |
@johnyHV as I wrote before, it's copy from CAMERA_MODEL_ESP32S3_EYE. Only thing different is |
Hello @piwi1263 support for the ESP32-S3-EYE 2.2 is already added. Can you tested it please ? |
Hi I've got an ESP-EYE V2.1 Devkit and as far as I know the camera is an OV2640 but any xp on this devkit ?
The text was updated successfully, but these errors were encountered: