This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM365 YUV 8 bit input swap not working

I have a sensor in YUYV format. In the CCDCCFG register, bit 11 (YPOS) is supposed
to set the position of Y to odd or even pixel.

On my dm365, this bit has no effect.

Here is my dataflow :

sensor -> ccdc -> ddr

ddr -> ipipe (resizer) ->ddr->display

With an UYVY sensor, Y and U/V are not swapped
With an YUYV sensor, Y and U/V are swapped, wether the Y8POS bit is set or not

I have seen a post with a similar problem on DM368, where it is said the Y8POS bit
works only when moving data to DDR. However, I am in this case, and I can see no difference.