I have a YUV sensor connected to ISS input. The sensor outputs 16bits YUV422 data, with 8bits for Y, 8bits of alternate U/V.
I set cameralink's inDataFormat to SYSTEM_DF_YUV422I_YUYV,
in cameralink_drv.c changed
pVipCreateArgs->videoIfMode = ISS_CAPT_YUV_8BIT;
When running capture_display demo, I get stable video outputs, however
1. I measured Vsync signal at 25Hz, but m3vpss reports 37fps.
2. Test color bar has completely wrong color/brighness.
I checked connection to DM8148 pins, they are in the right order. The sensor board works well with DM368 board.
I would appreciate any input and suggestions.