Is using DMA2D to convert YCbCr 4:2:2 to ARGB8888 with STM32H7 and DCMI as input possible ?
Hello everyone,
The question has already been asked here :
https://community.st.com/s/question/0D50X00009XkfEhSAJ/stm32h7-and-ycbcr?t=1534420367411
but I don't think the answer is complete.
Anyway, I have a PAL camera. Its signal is converted to YCbCr 4:2:2. If I connect those signals to the DCMI input of a STM32H7 MCU, may I use afterwards the DMA2D that can, with the H7 Line, convert the YCbCr to RGB to display it on a screeen ?
I am asking this because in the AN4996 it is said "the Chrom-Art Accelerator™ peripheral (also called DMA2D) allows to convert YCbCr blocks (output of the JPEG decoder) to RGB pixels ready for display." But is this DMA2D conversion possible if I don't use the JPEG decoder ?
The chain would be :
PAL Camera -> PAL-to-YCbCr -> DCMI -> DMA2D YCbCr to RGB -> Display
Is is possible ? What latency may I expect ?
Thanks !
Viony.
