Camera OV2640 with Arduino

Hi everyone, could someone help me? I bought this OV2640 camera, which they say connects with Arduino, but I can't get it to work because I don't know how to connect the wires. There's no information about this camera on the internet, only about the other version for ESP32. Could someone who has this camera help me by telling me where to connect the wires to the Arduino?

Oi gente, alguém poderia me ajudar? Comprei essa câmera da marca OV2640 que dizem que ela se conecta com arduino, mas eu não consigo trabalhar com ela pois não sei conectar os cabos. Não tem nenhuma informação sobre essa câmera na internet, somente a outra versão de sua câmera que é do esp32. Alguém que tem essa câmera poderia me ajudar dizendo onde conecto os cabos em que partes no arudino?

OV2640

Looks like there are multiple ways to hook that up and you'd need a library to make it work.

Have you considered using an ESP32 cam? They are cheap and very easy to use.

I moved your topic to an appropriate forum category @yasmimcosm.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

You not only have to 'connect the wires' you need also a library to control your camera, is this library available for your board?
Does your board have the resources to cope with this camera ( which is 2M pixels )?
What should your board do with the image ( once acquired )?

P.S.
The esp32 cam is a good idea for start playing with a cam