Hi,
I have modified the mcvip test program of UDWORK reference design to capture image.
It could receive the correct image if soruce is bt656.
However, it got the green image from 1080p in YCC16bit.
This YCC 16bit signal was verified by another chip mdin-275, so I think the source is ok.
The green image is captured from the following blue path.
I already set the registers listed below.
1. MODESET.INPMOD = 1 (0x01c71004= 0x1084)
2. REC656IF.R656ON = 0 (0x01c71084 = 0x0)
3. CCDCFG.YCINSWP=0 && CCDCFG.BW656 = 0 (0x01c71088 = 0x8802)
4. Both CCD[15:0] and YI[7:0] / CI[7:0] are input
5. CAM_VD, CAM_HD and CAM_WEN_FIELD are input
6. PINMUX0 (0x01C40000) = 0xFD0000
7. LNH=0x87f, LNV=0x45f, VDINT0=0x43b
8. 0x1c71004 = 0x1080
9. 0x01c71230 = 0x8
10. 0x01c71204 = 0x40c
B.R.