Page 1 of 1

ESP32 + OV5640 Camera

Posted: Mon Jul 31, 2017 9:11 am
by Raagen
Hi,

I would like to build a wifi camera using esp32 and the OV5640 Camera
http://www.arducam.com/camera-modules/5mp-ov5640/
Since I'm new to this I would like to know if it is possible to stream at 60 FPS with 720p resolution.

Re: ESP32 + OV5640 Camera

Posted: Mon Jul 31, 2017 11:06 am
by riklaunim
Don't have any numbers but if the radio throughput would be the limiter then you could change JPEG compression ratio and get that framerate. In general such cameras don't give superb image quality and with lossless JPEG they generate much less data than machine vision cameras with raw formats.

Short answer: you have to test it.

Re: ESP32 + OV5640 Camera

Posted: Mon Jul 31, 2017 11:31 am
by ESP_igrr
The other limiting factor would be the pixel clock. Currently only 20MHz has been achieved, and even at that clock rate there are some occasional glitches in the data. This isn't noticable in raw/rgb/yuv modes but in jpeg mode these glitches introduce noticable artifacts once in every few frames. This happens on WROVER-KIT board. I don't know if that is a signal integrity issue related to board layout or some issue intrinsic to the ESP32. I suspect board layout, but since that is the only board I can experiment with, can't prove that it is the case.
I think that for 720p at 60fps you would need higher pixel clock than 20MHz, but you would need to check camera datasheet for that.

Re: ESP32 + OV5640 Camera

Posted: Mon Jul 31, 2017 4:23 pm
by Raagen
Thank you for your fast response!

I'm planing to buy
this camera:
https://de.aliexpress.com/item/5-mega-P ... 269.oxeC1W
and this board:
https://de.aliexpress.com/item/5pcs-lot ... 262.oxeC1W

can you tell me if that would make any sense? Or do you have any better suggestion for me?

Re: ESP32 + OV5640 Camera

Posted: Tue Aug 01, 2017 10:46 am
by ESP_igrr
My suggestion is to obtain and read OV5640 datasheet first, before ordering.

Re: ESP32 + OV5640 Camera

Posted: Fri Dec 22, 2017 1:50 am
by donny681
I have tested to use ov2640 but the image have so many noises.So trying to use ov5640.I want to know if it is possible to stream at 10fps with VGA resolution?

Re: ESP32 + OV5640 Camera

Posted: Fri Dec 18, 2020 2:12 pm
by sonictl
ov2640, ov3640, or ov5640 are similar serial of CMOS camera. However, their core voltage is not the same.