<div dir="auto">Hi,<div dir="auto">I used a Logitech brio at 4K and you definitively need a jpegdec element.</div><div dir="auto">In my case I was on Linux so it was a vaapijpegdec you can try with decodebin.</div><div dir="auto"><br></div><div dir="auto">I remember that it was image/jpeg and not video/jpeg but this depends by the camera. Often I use the logi c3300 or logi 920 and they use video/jpeg.</div><div dir="auto"><br></div><div dir="auto">Best</div><div dir="auto">Matteo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Oct 26, 2017 04:50, "Tim Müller" <<a href="mailto:tim@centricular.com">tim@centricular.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 2017-10-25 at 16:22 -0700, newguy wrote:<br>
<br>
Hi,<br>
<br>
> If I try and run the same command with any image/jpeg they all return<br>
> with an error<br>
><br>
> .\gst-launch-1.0 -v ksvideosrc<br>
> device-<br>
> path="\\\\\?\\usb\#vid_046d\&<wbr>pid_085e\&mi_00\#6\&1db17b4f\&<wbr>0\&0000\#\<br>
> {6994ad05-93ef-11d0-a3cc-<wbr>00a0c9223196\}\\global"<br>
> ! image/jpeg,width=1920,height=<wbr>1080,framerate=60/1 ! multipartmux !<br>
> autovideosink<br>
><br>
><br>
> Regardless of width, height, rate the error is always [not-<br>
> negotiated]<br>
<br>
Videosinks usually don't support image/jpeg, but want raw video.<br>
<br>
So you need a decoder here that decodes the JPEG from the camera to raw<br>
video.<br>
<br>
Try something like:<br>
<br>
 ... ! queue ! jpegdec ! videoconvert ! queue ! autovideosink<br>
<br>
Cheers<br>
-Tim<br>
<br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</blockquote></div></div>