Part Number: TDA2EVM5777
Tool/software: TI C/C++ Compiler
Hi,
I'm working with custom board. It is based on TDA2x EVM board.
The lvds camera that i'm using sends data in format of YVYU.
So, i want to shift 2 bytes of data to make it as YUYV format in ProcessData function of Capture Link.
I reffered http://processors.wiki.ti.com/index.php/PDK/PDK_VPS_FVID2_User_Guide to know the data format of YUV422 interleaved and add the below source code in ProcessData function of Capture Link.