Question
STM32:YCbCr to RGB565
Posted on March 09, 2017 at 06:01
Hi
I am working on STM32F769i-Eval board.
I am connecting analog camera with CVBS output to ADV7180 chip.
Output of ADV7180 is YCbCr and provided to MCU as input.
MCU accepts YCbCr data but to display on the LCD i need to convert YCbCr to RGB565.
Is there any code to convert YCbCr to RGB565 and any one has worked on similar environment.?
Please suggest