<javierm>
I'm getting a ioctl(10, VIDIOC_STREAMON, [V4L2_BUF_TYPE_VIDEO_CAPTURE]) = -1 EPIPE (Broken pipe) due a mismatch between the camera source and csi2rx sink pad formats
<javierm>
[ 46.146742] v4l2_subdev_link_validate_default: media bus code does not match (source 0x00003007, sink 0x0000200f)
florian has quit [Quit: Ex-Chat]
<javierm>
[ 46.157374] v4l2_subdev_link_validate_default: link was "ov5647 4-0036":0 -> "cdns_csi2rx.30101000.csi-bridge":0
<javierm>
NishanthMenon: so isn't possible to use std gst elements like videoconvert and the TI gst elements must be used for bayer -> yuv conversion ?
florian_kc has quit [Ping timeout: 245 seconds]
<javierm>
eballetbo: with media-ctl -V '"ov5647 4-0036":0[SRGGB10_1X10/640x480]' before the capture, the message goes away but I still get -EPIPE from VIDIOC_STREAMON, [V4L2_BUF_TYPE_VIDEO_CAPTURE]
<javierm>
eballetbo: I'll continue digging tomorrow. Thanks for your help!
<NishanthMenon>
jluthra: ^^ we discussed this a bit earlier..
florian_kc has joined #linux-ti
Kubu_work has joined #linux-ti
ikarso has quit [Quit: Connection closed for inactivity]
<pivi>
javierm: is the camera, e.g. MIPI-CSI, working with a mainline kernel? I have not tested this lately and I am interested in the topic ...
Kubu_work has quit [Quit: Leaving.]
ladis has quit [Quit: Leaving]
florian_kc has quit [Ping timeout: 256 seconds]
ujfalusi has quit [Ping timeout: 268 seconds]
<javierm>
pivi: I'm using latest mainline
<javierm>
pivi: media-ctl -p shows me the media graph but as mentioned I coulnd't get a gst pipeline that works so far