How to display Camera on STM32F429I-Discovery LCD
Hello,
I am using the STM32F429I-Discovery board with an MT9M001 camera module, and I am developing with STM32CubeIDE.
I would like to display the live camera image on the built-in LCD of the F429 board.
I have already connected the camera and can read image data through DCMI, but I am not sure how to configure LTDC (and possibly DMA2D) to display the image in real time on the LCD.
Could you please provide guidance or an example on how to:
1. Configure LTDC for displaying a frame buffer
2. Transfer camera image data from DCMI to the LTDC frame buffer using DMA
3. Match the resolution and pixel format between camera and LCD
4. Set up these peripherals correctly in STM32CubeIDE
Thank you for your support.
