<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta content="MSHTML 6.00.2800.1646" name="GENERATOR">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font face="Tahoma" color="#000000" size="2">Thanks thats something to start with, but how do I find the device-name property string for my device?</font></div>
<div dir="ltr"><font face="tahoma" size="2">Is it the name that appears in device manager somewhere?&nbsp; I've packup the computer and will not be back until Tuesday, but I'd like to revisit this again then if you can give me a clue as to how to find its device-name
 string.</font></div>
<div dir="ltr"><font face="tahoma" size="2"></font>&nbsp;</div>
<div dir="ltr"><font face="tahoma" size="2">Thanks!</font></div>
<div dir="ltr">&nbsp;</div>
<div id="divRpF600641" style="DIRECTION: ltr">
<hr tabindex="-1">
<font face="Tahoma" size="2"><b>From:</b> Julien Isorce [julien.isorce@gmail.com]<br>
<b>Sent:</b> Friday, April 09, 2010 5:22 PM<br>
<b>To:</b> Discussion of the development of GStreamer<br>
<b>Subject:</b> Re: [gst-devel] Help with using dshowvideosrc<br>
</font><br>
</div>
<div></div>
<div>Hi,<br>
<br>
error 8007048f :<br>
ERROR_DEVICE_NOT_CONNECTED<br>
<br>
Well try to use the device-name property, for example:<br>
<br>
gst-launch dshowvideosrc device-name=&quot;Pinnacle WDM PCTV Video Capture&quot; ! dshowvideosink<br>
<br>
Sincerely<br>
Julien<br>
<br>
<div class="gmail_quote">2010/4/9 Kulecz, Walter (JSC-SK)[WYLE INTEG. SCI. &amp; ENG.]
<span dir="ltr">&lt;<a href="mailto:walter.kulecz-1@nasa.gov">walter.kulecz-1@nasa.gov</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
I'm stuck with trying to get dshowvideosrc to work.<br>
<br>
gst-launch videotestsrc ! dshowvideosink works as expected.<br>
<br>
I've scrounged up an ATI TV Wonder USB HD650 video device and it seems to work on my XP notebook, at least with its bundled software, which I used to select the &nbsp;S-video input.<br>
<br>
<br>
But a simple gst-lauch command in an msys window gives:<br>
<br>
$ gst-launch dshowvideosrc ! dshowvideosink<br>
Setting pipeline to PAUSED ...<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
0:00:02.062966000 &nbsp; 716 &nbsp; 00334130 ERROR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dshowvideosrc gstdshowvideosrc.cpp:589:gst_dshowvideosrc_change_state: Can't R<br>
&nbsp;the directshow capture graph (error=0x8007048f)<br>
ERROR: pipeline doesn't want to play.<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
<br>
At which point I'm stuck. &nbsp;This is just a proof of principle test, the next question, if I can get it to display live video, will be how do I select the input source? &nbsp;The overview of all plugins documentation,
<a href="http://gstreamer.freedesktop.org/documentation/plugins.html" target="_blank">
http://gstreamer.freedesktop.org/documentation/plugins.html</a> doesn't have an entry for dshowvideosrc, among others, like dshowvideosink fer instance.<br>
<br>
I assume that like v4l2src, &nbsp;input selection needs to be done programmatically since gst-launch can't talk to the interfaces. &nbsp;In my initial tests on Linux I used TVtime to set the video input and then could use gst-launch v4l2src ! xvimagesink to verify function.
 &nbsp;But then, dshowvideosrc could be very different, or perhaps directshow driver doesn't retain the input selection across invocations although the ATI player software seems to resume where I left it set.<br>
------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote>
</div>
<br>
</div>
</body>
</html>