<div dir="ltr"><div><div><div>I have an ezcap usb device, and it works fine with the following mplayer command:<br><br>$ mplayer tv:// -tv driver=v4l2:device=/dev/video0:input=1<br><br></div>A little tv window pops up and all is as expected<br><br></div>With gstreamer however, it doesn't error, but then no tv window pops up either. I've tried a few different commands and settled on the following:<br><br>$ v4l2-ctl --set-input=1<br>$ v4l2-ctl --set-fmt-video=width=640,height=480,pixelformat=YUYV<br>$ gst-launch-1.0 v4l2src device=/dev/video0 !  autovideosink<br><br>All I get for output is:<br><br>$ gst-launch-1.0 v4l2src device=/dev/video0 !  autovideosink<br>Setting pipeline to PAUSED ...<br>Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br><br></div>I've also attached the output from debug level 4. It appears it might be something to do with the resolution. The ezcap card is is only capable of 640x480 maximum. Any help would be appreciated.<br></div>