CAN I BULID DETECTION SYSTEM USING ESP 32 WROOM AND OV7670 CAMERA ? Is it possible to capture and process images using OV7670 on ESP32 WROOM ?

Hello,

I am working on a bird and monkey detection system using an ESP32 WROOM and an OV7670 camera. My goal is to capture images and process them for object detection. However, I am facing issues due to:

OV7670 not having a FIFO buffer, making image acquisition slow.
ESP32 WROOM memory limitations, affecting image processing.
Compatibility issues between OV7670 and ESP32 libraries.

Your topic does not indicate a problem with IDE 2.x and therefore has been moved to a more suitable location on the forum.

Besides being persistent in posting in the wrong category (I wish it was made an achievement, 3 times = bronze, etc) don't you think you have answered your own question already?

OR just get an ESP32CAM module. The sample code that comes with the board has your application.
BTW, you will still have all those issues, did you really think a sub $10 camera would be the equal of a real camera?