Frame start syncpt timeout!0 while gstreamer

Hi I’m developing driver for ar1335.

I can read/write without an issue, and my driver currently passes the probe without and error.

v4l2-ctl --list-formats
ioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format: ‘GREY’
Name : 8-bit Greyscale

However when I try to execute the following gstreamer command I get the following:

gst-launch-1.0 v4l2src device=/dev/video0 ! “video/x-raw, format=GRAY8, width=(int)1280, height=(int)720” ! videoconvert ! xvimagesink sync=false | dmesg -w

[ 36.098880] video4linux video0: frame start syncpt timeout!0
[ 36.105303] video4linux video0: TEGRA_VI_CSI_ERROR_STATUS 0x00000000
[ 36.105331] vi 54080000.vi: TEGRA_CSI_PIXEL_PARSER_STATUS 0x00000000
[ 36.105351] vi 54080000.vi: TEGRA_CSI_CIL_STATUS 0x00000000
[ 36.105368] vi 54080000.vi: TEGRA_CSI_CILX_STATUS 0x00000001
[ 36.105493] vi 54080000.vi: cil_settingtime was autocalculated
[ 36.105513] vi 54080000.vi: csi clock settle time: 13, cil settle time: 10
[ 36.306856] video4linux video0: frame start syncpt timeout!0
[ 36.312843] video4linux video0: TEGRA_VI_CSI_ERROR_STATUS 0x00000000
[ 36.312901] vi 54080000.vi: TEGRA_CSI_PIXEL_PARSER_STATUS 0x00000000
[ 36.312948] vi 54080000.vi: TEGRA_CSI_CIL_STATUS 0x00000000
[ 36.312985] vi 54080000.vi: TEGRA_CSI_CILX_STATUS 0x00000001
[ 36.313129] vi 54080000.vi: cil_settingtime was autocalculated

and this same message goes on and on.

Any help ?

Did you probe the MIPI signal to make sure the output signal as MIPI spec?
Does “v4l2-ctl --stream-mmap” get the same error?

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.