we have successfully probed the ov2735 driver on Tx2 EVK but when we are
trying to capture the frames using v4l utility we are giving below error.
command :
v4l2-ctl --set-fmt-video=width=1920,height=1080,pixelformat=BG10 --stream-mmap --stream-count=500 -d /dev/video0 --stream-to=ov2735.raw
Error:
[ 419.005564] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 419.012370] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
[ 419.225558] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 419.232086] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
[ 419.445572] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 419.452094] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
[ 419.665625] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 419.672164] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
[ 419.885600] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 419.892264] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
[ 420.105630] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 420.112166] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
[ 420.325626] tegra-vi4 15700000.vi: PXL_SOF syncpt timeout! err = -11
[ 420.332156] tegra-vi4 15700000.vi: tegra_channel_error_recovery: attempting to reset the capture channel
Any help will be appreciated.