Whether the resolution width of the captured image can only be a multiple of 64

The L4T version I use is 32.2.1
In this version, whether the resolution width of the captured image can only be a multiple of 64
In the kernel code, the macro definitions TEGRA_WIDTH_ALIGNMENT and TEGRA_STRIDE_ALIGNMENT specified in the channel.c file are both 1, but when I set the acquisition resolution to be not a multiple of 64, the image will be misaligned. I am not sure whether it is the camera problem or the mipi parameter Configuration problem

Have v4l2-ctl to set the --set-ctrl preferred_stride=xx to try.