-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
ESP32-S3-WROOM CAM development board is just showing a blank video on OV5640 camera. #10792
Comments
Wrong board type choosen |
So which one should I choose, there is no other option woking for my board I have checked one by one , this is also done by www.freenove.com. |
This project seems to come from https://github.com/Freenove/Freenove_Development_Kit_for_ESP32_S3/tree/main/Sketches/Sketch_03_CameraWebServer Have you considered posting an issue there? The only difference when using OV5640 is at https://github.com/Freenove/Freenove_Development_Kit_for_ESP32_S3/blob/main/Sketches/Sketch_03_CameraWebServer/camera_index.h#L998 This is used in |
Thank you for the suggestion. I’ve tried the steps mentioned, but unfortunately, the issue persists – the OV5640 camera still shows a blank stream. I’ve tested multiple OV5640 cameras and configurations, but the problem remains. I will proceed to post an issue on the Freenove repository as recommended. Appreciate the guidance and support! |
Still stuck ,no any answer from the Freenove repository |
@SaadKhan10000 I tested the camera driver with ov5640 and everything was OK. It must be something on your end that is causing it |
|
yes, I am using a board with that same module on it. Works as expected. Images, video all. I would guess that maybe some of your pins are not correct or that the sensors are bad or something along these lines. |
Sir @me-no-dev I am using these pins are they correct for my board: #define Y2_GPIO_NUM 11 #define VSYNC_GPIO_NUM 6 OV2640 camera is working good on these pins. |
We have an example here. Maybe try that: https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer The board you show in the picture above is not ESP32S3-EYE, but maybe it uses the same pins... do not know. Please try our example and see what it says in the serial logs |
@me-no-dev in the example you shared CAMERA_MODEL_ESP_EYE is selected and its pins are different from my board |
You can change in the sketch which pis are used. Comment the ESP_EYE and uncomment the ESP32S3_EYE |
@me-no-dev now the same issue : blank stream |
then it must be the sensors you have. Everything is fine on my end. Same sketch and pins |
Board
ESP32-S3-WROOM-1-N16R8 CAM development board
Device Description
A camera interface and sd card interface is attached to the development board.
Hardware Configuration
Only OV5640 camera is attached
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
115200
Description
The module is working good with OV2640 camera but not working with OV5640 canmera, even I have checked 2 new cameras. In the streaming of camera example only blank image/video is shown
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: