Hello!
How can I capture stream from a bt1120 camera on the 5728 EVM board? The camera is connected to the vip3A port and streams bt1120 with embedded sinc.
I have changed am57xx_evm_common.dtsi to:
&vin3a {
status = "okay";
endpoint {
slave-mode;
bus-width = <16>;
};
};
Then I start gstreamer:
gst-launch-1.0 -e v4l2src device=/dev/video11 io-mode=4 ! 'video/x-raw,format=(string)YUY2, width=(int)1920, height=(int)1088, framerate=(fraction)25/1' ! fakesink
It fails with
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data flow error.
Additional debug info:
../../../../gstreamer-1.6.3/libs/gst/base/gstbasesrc.c(2943): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming task paused, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...