hi, TI
In our custom 8168 board, we use GV7601 (a serial digital video receiver) to get high definition digital video and output 8-bit yuv422 discrete signal to dm8618's VIN0 POPTA.
GV7601's data signal connect to VIN[0]A_D[x] where x is from 0 to 7.
GV7601 has three customable pin(stat0,stat1 and stat2) which can output sync signal,and GV7601 can output two style of sync signal,
1, H sync,V sync and Data Enable(CEA-861 timing in GV7601's datasheet,when pin 861_EN is high,gv7601 output this style of signal)
2, H Blank,V Blank and Field ID (when pin 861_EN is low,gv7601 output this style of signal)
stat0 connect to VIN0[A]_HSYNC
stat1 connect to VIN0[A]_VSYNC
stat3 connect to VIN0[A]_DE and VIN0[A]_FLD (Not connect default)
In the case of CEA-861 timing,and cap link's setting is
pCaptureInstPrm->videoCaptureMode = SYSTEM_CAPT_VIDEO_CAPTURE_MODE_SINGLE_CH_NON_MUX_DISCRETE_SYNC_ACTVID_VSYNC;
In this case, everything is ok.
but in the case of Field ID input,I can only see black screen....
When disconnect VIN0[A]_DE,and connect to VIN0[A]_FLD,cap link setting is :
pCaptureInstPrm->videoCaptureMode = SYSTEM_CAPT_VIDEO_CAPTURE_MODE_SINGLE_CH_NON_MUX_DISCRETE_SYNC_ACTVID_VBLK