gstreamer command Issue.

Josh Doe josh at joshdoe.com
Mon Apr 20 12:29:46 UTC 2020


On Mon, Apr 20, 2020 at 2:06 AM isshed <isshed.sip at gmail.com> wrote:

> Below is the command working fine
>
> # gst-launch-1.0 pylonsrc ! "video/x-raw, format=GRAY8, width=1280,
> height=720" ! identity silent=0 ! videoconvert ! autovideosink
>

 Just a note that right now pylonsrc doesn't use anything other than the
format from caps negotiation, so just use "video/x-raw,format=GRAY8" if you
want to force it, or drop it altogether to auto negotiate. I thought of
adding negotiation of width and height, but then do we center, crop, scale,
etc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200420/e8104a2c/attachment.htm>


More information about the gstreamer-devel mailing list