Is STM DCMI driver support Raw Bayer Image format?
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?