Pixels at right end of lines are garbled when capturing with v4l2, not when using argus

Hello Shane,

Applying your suggestion, the following patch solves the problem

diff --git a/include/media/tegra_camera_core.h b/include/media/tegra_camera_core.h
index 788cf77dc..0a534d47b 100644
--- a/include/media/tegra_camera_core.h
+++ b/include/media/tegra_camera_core.h
@@ -23,7 +23,7 @@
 /* Width alignment */
 #define TEGRA_WIDTH_ALIGNMENT  1
 /* Stride alignment */
-#define TEGRA_STRIDE_ALIGNMENT 1
+#define TEGRA_STRIDE_ALIGNMENT 64
 /* Height alignment */
 #define TEGRA_HEIGHT_ALIGNMENT 1
 /* Size alignment */

Thank you !

Isn’t it a bit overkilll as is impacts v2 and vi4 too ?