Part Number: TDA4VM
Hi,
We are using TDA4 for developing.
TDA4 SDK: ti-processor-sdk-rtos-j721e-evm-08_00_00_12
We want to display CVBS video on LCD: TDA4 DSS vout0(BT656)->ADV7393(video encoder)->LCD(CVBS).
DSS can output bt656 format video, and adv7393 support 720*480(BT656) Input.
Run run_app_multi_cam.sh on the board, A72 can get video from camera, but there is no display on LCD. There is output on VOUT0_PCLK and VOUT0_DATA2-DATA9, The clk frequency is 27M. LCD can display ADV7393 COLOR BAR test pattern.
I made the changes in vision_apps:
1. vision_apps\apps\basic_demos\app_tirtos\common\app_init.c: set LCD timing.
Refer to 8bit BT656 NTSC timing:


So I have two questions:
1. Is the LCD timing configure correct?
2. Is there anything else that needs to be changed in SDK?

