2022-07-04 11:24 PM
I'm interfacing 10-bit camera on DCMI protocol. I can able to read the data over DCMI and display it on the STM32F7508 Discovery board. Since the color format is different I'm not getting the actual real-time colors. I'm using the "Camera" example on STMCUbe IDE. There is no Macro expansion for RAW Bayer. I referred AN502, section 3.6. It says it also supports the Bayer format. Can somebody help me to figure this out? or else do I need to implement demosaicing algorithm?
2022-07-05 07:20 AM
2022-07-20 02:14 AM
Hi @Rio1 ,
A similar question is already asked here.
You are right the DCMI support the Raw Bayer format but the DMA2D can't support this format type. You can find the support color mode input for the DMA2D in the RM0385 Table 35.
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.