Alignment issue in camera frame in Jetson TX2 NX

hello @JerryChang,
I already tried preferred_stride=<> and as per the code, if I call referred_stride, eventually it will call tegra_channel_fmt_align() function and then it will call vi_stride_align(). So I need to hardcode RM_SURFACE_ALIGNMENT with 64.

Q1
When I went through the VI5 source code, vi_stride_align() function is missing in vi5_fops.c file. So if I use Xavier NX, can I use stride alignment as 32? (If I use stride alignment 32, then I can make sensor resolution as 1440x1080 and save the frames without any padding)

Q2
Does gst pipeline with nvarguscamerasrc plugin support RAW10 monochrome data? I suppose it will support only format: { (string)NV12, (string)P010_10LE } formats