<div dir="ltr"><div dir="ltr">On Mon, Apr 20, 2020 at 2:06 AM isshed <<a href="mailto:isshed.sip@gmail.com">isshed.sip@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Below is the command working fine</div><div><br><div>
<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:12px;line-height:normal;font-family:Helvetica;color:rgb(0,105,223)"># gst-launch-1.0 pylonsrc ! "video/x-raw, format=GRAY8, width=1280, height=720" ! identity silent=0 ! videoconvert ! autovideosink </p></div></div></div></blockquote><div><br></div><div> 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.</div></div></div>