xavier(jetpack_4.2)+UB960+UB953+IMX390

Hi everyone,
We have successfully bring up the imx390 camera with 1920 * 1080 resolution,But when we try other resolutions, some resolution images will have ghosting,such as 1456 * 720, 1456 * 768, 1464 * 720.
Some resolutions are normal,such as 1920 * 1080, 1440 * 720, 1280 * 720, 1280 * 768.
At first, I thought it was the sensor problem, but I changed other sensors to have the same problem.
The image with ghosting is as follows:
2020-09-25 14-25-03屏幕截图
Looking forward to your help.
thanks

hello donny.xie,

that’s due to VI buffer has 64 stride alignments,
please configure active_w= 1472 for your abnormal image captures.
thanks

hello JerryChang,
Thanks for your reply,
But why does 1440 * 720 look OK. 1440 is not an integral multiple of 64
thanks