ESP32-S3-WROOM CAM development board is just showing a blank video on OV5640 camera. #11960
Replies: 18 comments
-
| 
         Wrong board type choosen  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         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.  | 
  
Beta Was this translation helpful? Give feedback.
-
        
 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  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         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!  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Still stuck ,no any answer from the Freenove repository  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @SaadKhan10000 I tested the camera driver with ov5640 and everything was OK. It must be something on your end that is causing it  | 
  
Beta Was this translation helpful? Give feedback.
-
        
  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         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.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         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.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         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  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @me-no-dev in the example you shared CAMERA_MODEL_ESP_EYE is selected and its pins are different from my board  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         You can change in the sketch which pis are used. Comment the ESP_EYE and uncomment the ESP32S3_EYE  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @me-no-dev now the same issue : blank stream  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         then it must be the sensors you have. Everything is fine on my end. Same sketch and pins  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I just bought a OV5640 too and have the same issue. ov2640 works, tried on esp32-cam and esp32-s3 dev using a waveshare module. connects but the data on screen is blank but log shows it is sending something.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hi, I connected OV5640 cam to the same board running Tasmota 14.5.0.2 I changed some options to different values, and it seems to me that the values themselves don't significantly increase the brightness, but the change itself makes the image brighter.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I know I am very late to this thread but to those who may visit, I changed my clock frequency from 20000000 to 24000000 and it worked fine. However these cameras are not tested, as stated on the Freenove website. I had issues with overheating with the OV5640s that I bought, but could just be a bad batch.  | 
  
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions