Hi,
i had no problem with this board to capture SVGA jpeg image with 20MHz XCLK, also jpeg quality is no issue. Only problem is that you need very good and stable power source or you get artifacts instead of image.
Yes. Even SVGA 800x600 if i lower the quality. (the higher number indicate the lower quality)
JPEG quality parameter is in fact jpeg compression rate. Higher value is higher compression and lower image quality. Its bug in original code on github for this board.
Hi chegewara,
I have problem when XCLK above 10MHz too.
When I set XCLK @12MHz and check it on Oscilloscope, it seems not stable.
And I change the OV2640's CLKRC to 0x81, so even XCLK is 10MHz, the PCLK will be XCLK*2 = 20MHz, also it cann't work well.
It seems can work well at XCLK is 7MHz, and PCLK is 14MHz. I guess maybe the I2S interface's speed is the bottleneck.
But as you said, your board can work at 20MHz XCLK, so the ESP32's I2S can work at 20MHz I think.
Do you have any idea about what I met.
Thanks,