<div dir="ltr">

I have never done video capture with gstreamer on Windows, so I can't offer great advice, but I noticed that your command did not execute on my machine.<div><br></div><div>I noticed that you are sending frames through as JPEG, it might make sense to send them as video/x-raw ...<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>gst-launch-1.0 --gst-debug-level=3 ksvideosrc ! video/x-raw,width=1920,height=1080 ! queue ! autovideosink</div></blockquote><div><br></div><div>... but on my machine the playback is rather skippy (guessing 4 frames per second).</div><div><br></div><div>When I try to add framerate to the caps filter ...</div><div><br></div><div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>gst-launch-1.0 --gst-debug-level=3 ksvideosrc ! video/x-raw,width=1920,height=1080,<span style="background-color:rgb(255,255,0)">framerate=30/1</span> ! queue ! autovideosink<br></div><div><br></div></blockquote>... I get some kind of internal data stream error. <br><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><br></div></blockquote>Something isn't right ... perhaps the ksvideosrc is just not very performant, or maybe something needs to be tweaked.</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 28, 2020 at 8:39 AM Busayo Famutimi <<a href="mailto:famutimi.busayo@gmail.com">famutimi.busayo@gmail.com</a>> wrote:<br></div><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>Hi devs, <br></div><div><br></div><div>Please can someone help with a script for streaming <b>high definition</b> video from webcam to gst-internal window?</div><div><br></div><div>I have tried several scripts but the output is not high definition.</div><div><br></div><div>The scripts revolved around <b>"gst-launch-1.0.exe ksvideosrc ! image/jpeg,width=1280,height=720,framerate=30/1 ! queue ! jpegdec ! videoconvert ! queue ! autovideosink"</b></div><div><b><br></b></div><div>Thanks.</div><div><br></div><div>Kind regards,<br></div></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>