Hi,everybody:
My sensor is ov4689,my resolution is 1984x1488
on tx2,I catch the camera’s information with yavta:
nvidia@tegra-ubuntu:~/yavta$ ./yavta /dev/video0
Device /dev/video0 opened.
Device `vi-output, ov4689 2-0036' on `platform:15700000.vi:1' (driver 'tegra-video') is a video capture (without mplanes) device.
Video format: SBGGR10 (30314742) <b>1984</b>x1488 (<b>stride 4096</b>) field none buffer size <b>6094848</b>
on tx1:
ubuntu@tegra-ubuntu:~/yavta$ ./yavta /dev/video0
Device /dev/video0 opened.
Device `vi-output-1, ov4689 6-0036' on `platform:vi:1' (driver 'tegra-video') is a video capture (without mplanes) device.
Video format: SRGGB10 (30314752) <b>1984</b>x1488 (stride <b>3968</b>) field none buffer size 5904384
The stride should be two times the width.The stride is 4096 on tx2 but 3968.It caused the buffer calculation error.
What should I do to solve this problem?