We used 8-bit YUYV data to feed DM365 YIN[7:0].
The VPFE datasheet said " In 8-bit mode, data lines YIN[7:0] and CIN[7:0] can be used for input. When using an 8-bit interface, the CIN[7:0] inputs are typically used."
Apparently we had to set ycinswp bit to 1 in order to make YIN[7:0] work. Somehow this bit also affects resizer. The data before resizer is YUYV (422 mode) and after resizer it is UVUVUV -- YYY (420SP mode). Apparently resizer think the input is UYVY. Other configuration bits like Y8POS has no effect on resizer at all.
What else can we try ? Do we have to send data like UYVY in order to make resizer work ?