How can I get started with OV2640 camera module?
Hi!
I have a STM32 F446RE Nucleo board and that bord have DCMI included.
I wonder if I only need to connect the OV2640 camera module to the GPIO's of F446RE and then I'm done?
Or do I need to write some more code?
Where do I start?
The only information I found about OV2640 is here
http://pcbartists.com/design/imaging/stm32-ov2640-camera-interfacing/
Picture:

Does this mean that I only need to connect the DCMI pins to the camera + I need to connect the I2C pins to the camera as well?
Then I only need to write the I2C commands that can be found inside the data sheet of the camera module?
http://pcbartists.com/wp-content/uploads/2019/06/Reference-1-OV2640-datasheet.pdf
I assume that the picture will be like an array or something of 32 bit uint?
Or will the data be a struct?
