cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7B3l-dk discovery kit DCMI read and display

Arun_1612
Associate

hi...

i am using STM32H7B3l-dk discovery kit, in this I need some reference code to read from 8 bit DCIM and show the content into display. i there u have done pls share some ref.

thanks in advance.

 

1 ACCEPTED SOLUTION

Accepted Solutions
KDJEM.1
ST Employee

Hello @Arun_1612 and welcome to the Community ,

I recommend you the DCMI_CaptureMode example as a reference code.

This example describes how to use the DCMI to interface with a camera module and continuously capture images to a Camera Frame Buffer located in external SDRAM. Each camera image is then copied to the LCD display frame buffer using the DMA2D in ARGB8888 format.

Also, the AN5020 Introduction to digital camera interface (DCMI) for STM32 MCUs can help you to use the DCMI.

This application note gives to the STM32 users some basic concepts, with easy-to-understand explanations of the features, architecture, and configuration of the DCMI. It is supported by an extensive set of detailed examples. These examples are shared in 8.3 DCMI examples based on STM32CubeMX section can help you to capture and display of RGB data.

When your question is answered, please close this topic by choosing "Accept as Solution". This will help other users find that answer faster.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
KDJEM.1
ST Employee

Hello @Arun_1612 and welcome to the Community ,

I recommend you the DCMI_CaptureMode example as a reference code.

This example describes how to use the DCMI to interface with a camera module and continuously capture images to a Camera Frame Buffer located in external SDRAM. Each camera image is then copied to the LCD display frame buffer using the DMA2D in ARGB8888 format.

Also, the AN5020 Introduction to digital camera interface (DCMI) for STM32 MCUs can help you to use the DCMI.

This application note gives to the STM32 users some basic concepts, with easy-to-understand explanations of the features, architecture, and configuration of the DCMI. It is supported by an extensive set of detailed examples. These examples are shared in 8.3 DCMI examples based on STM32CubeMX section can help you to capture and display of RGB data.

When your question is answered, please close this topic by choosing "Accept as Solution". This will help other users find that answer faster.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.