Issues with ov7670 and esp32

Hello everyone,

I am currently working on a smart parking project using Node-RED. My challenge lies in integrating the OV7670 camera without FIFO modules. Despite my efforts in researching and attempting various solutions, I find myself struggling to determine where to start.

Specifically, my goal is to capture an image using the OV7670 camera and subsequently send it to Node-RED for license plate recognition. As a newcomer to this field, I am seeking guidance on how to approach this task effectively.

I would greatly appreciate any assistance, advice, or resources that can help me overcome this hurdle. Thank you in advance for supporting a beginner in this endeavor!

Try this: GitHub - bitluni/ESP32CameraI2S
This runs at around 13 fps.
For some reason, max resolution is only QQVGA, bigger modes (QVGA, VGA) seem to constantly reset the ESP32.