-
so, let’s talk about OV5640 camera.
and in datasheet we have: |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 9 replies
-
30fps requires 24MHz clock, ESP32 can only reliably generate 20MHz. Whether ESP32S3 can reliably generate 24MHz clock is something you could try. |
Beta Was this translation helpful? Give feedback.
-
I'm back!
|
Beta Was this translation helpful? Give feedback.
-
just don't forget to remove or disable the driver from camera, since i think you are using the original driver. |
Beta Was this translation helpful? Give feedback.
-
the 24MHz clock source would need to integrate with the rest of the espressif camera library or would need to be an espressif approved change to the code |
Beta Was this translation helpful? Give feedback.
-
ohhhhhhhhh shit! that hearts! i just fined out something horrible. i was bashing my head to the wall, since in the board, the V core was 1.2 volt. i was so confused. because the datasheet for OV5640 say the V core has to be 1.5 +-5% . so, how is it possible that the board is giving it 1.2 volt? i searched and found nothing! and suddenly, i thought, they say both cameras can work on a board. so i said is it possible that OV2640 has a different V core? and to my surprise, yes! the V core for OV2640 is indeed 1.2 volt. now, i am wondering, how can OV5640 possibly work with that? |
Beta Was this translation helpful? Give feedback.
-
Cam boards have a 1.2V ldo for OV2640 but not 1.5V for OV5640, so OV5640 dvdd gets 3.3V which it has to regulate to 1.5V which is why it gets hot |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Motion detection is disabled but the misleading error message is because the app is unable to decode the image to determine the light level. As per readme the app is not intended for high resolutions. I will modify the error message |
Beta Was this translation helpful? Give feedback.
-
funny, i tested few things. all on HD and 20FPS (trying at least!) , ov5640.
but if i only record it, i get this:
3.6fps ? i have heard there is a big problem in the source code, about LCD. it is always enable and has a big conflict with WIFI. |
Beta Was this translation helpful? Give feedback.
I just write these apps as a hobby for my own use and share the code in case anyone else finds it useful. If other people want to contribute working code (eg RTSP is a recent contribution) then I'm happy to add it.