Currently we use: /usr/bin/gst-launch-1.0 pylonsrc cam::OffsetX=1144 cam::OffsetY=1016 ! video/x-raw,format=YUY2,width=1920,height=1080,framerate=30/1 ! tee ! queue ! v4l2sink device=/dev/video9
Actually we don't need tee, I would like to remove it. But then I receive the following error:
Jun 11 21:00:31 VIDEO[7205]: New clock: GstSystemClock
Jun 11 21:00:31 VIDEO[7205]: FEHLER: Von Element /GstPipeline:pipeline0/GstPylonSrc:pylonsrc0: Internal data stream error.
Jun 11 21:00:31 VIDEO[7205]: Zusätzliche Fehlerdiagnoseinformation:
Jun 11 21:00:31 VIDEO[7205]: ../libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop (): /GstPipeline:pipeline0/GstPylonSrc:pylonsrc0:
Jun 11 21:00:31 VIDEO[7205]: streaming stopped, reason not-negotiated (-4)
Jun 11 21:00:31 VIDEO[7205]: Execution ended after 0:00:00.434628856
Jun 11 21:00:31 VIDEO[7205]: Leitung wird auf NULL gesetzt ...
Jun 11 21:00:31 VIDEO[7205]: Leitung wird geleert ...
Currently we use:
/usr/bin/gst-launch-1.0 pylonsrc cam::OffsetX=1144 cam::OffsetY=1016 ! video/x-raw,format=YUY2,width=1920,height=1080,framerate=30/1 ! tee ! queue ! v4l2sink device=/dev/video9
Actually we don't need
tee
, I would like to remove it. But then I receive the following error:/dev/video9
is a v4l2loopback device.