OV5642 camera usage with STM32F7508-DK board
I want to use the OV5642 camera with the STM32F7508-DK card and display the image I take from the camera on the LCD screen on the card.




Is this possible? If it is possible, can you help me how to do this?
I want to use the OV5642 camera with the STM32F7508-DK card and display the image I take from the camera on the LCD screen on the card.




Is this possible? If it is possible, can you help me how to do this?
Hi @Sule_Akcay ,
I advise you to start your project using STM32CubeMx tool and STM32F7508-DK board to configure DCMI GPIOs, DCMI control signals, system clock......., then generate code and add drivers ov5642.c and ov5642.h.
After that , it is necessary to modify the main.c and main.h files by adding the adequate functions in the adequate spaces.
For that, you can refer to AN5020 and precisely 8.3 DCMI examples based on STM32CubeMX section and get inspired to create your own project.
I hope this help you!
Kaouthar
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.