User Activity

I am working on STM32F746 with ADV7180 video decoder. As per the STM32F7 Document for DCMI , it supports YCbCr 4:2:2 progressive video but ADV7180 output is YCbCr 4:2:2 interlaced. Can anybody help me how to make this working on STM32746
#define CAMERA_FRAME_BUFFER     0xC0260000#define CONVERTED_FRAME_BUFFER 0xC0390000I have seen a example application in the downloaded Bundle from the ST Site. Applications/Camera Example: In this application CAMERA is initialised with CAMERA_FRAME_B...
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 YCbC...
I am working on custom board, based on STM32F746 . LCD Is working fine. And Configured the ADV7180 sing I2C. I have configured the DCMI with Continues Mode to display video on LCD.All interrupts are working fine. (Vsync, Frame and Line)I'm getting ...