YCbCr Video Input STM32F746
问题 I am working on STM32F746 based custom board which is integrated with LCD and a ADV7180 video decoder IC. I Configured the ADV7180 to run in the free run mode. Getting the Camera data using DCMI to a specified buffer. I am trying to Convert the YCbCr 4:2:2 data to the RBG data. I am getting the Line Events. . From the Live events I am executing the below piece of code to convert it to the RGB and then load the it to the LCD using ARGB888. LCD_FRAME_BUFFER 0xC0000000 LCD_FRAME_BUFFER_LAYER1