Are your capture cards supported by v4l2 drivers ? If yes then only you can use v4l2src.<br><br>Assuming it supports, you need to figure out where is your card installed, like for my blackmagic capture card its /dev/blackmagic/card0 (although there is no v4l2 support, hence wrote our own src element for blackmagic).<br>
<br>So if its not supported by v4l2 you either check if any other src element supports your card or write one of your own :)<br><br>Best<br>Kapil<br><br><div class="gmail_quote">On Wed, Apr 14, 2010 at 4:22 AM, 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> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I need two capture cards in my application.  In the process of playing around with things, I&#39;ve currently got three installed  All work in a simple pipeline if I set the device property with C code using:<br>

<br>
g_object_set(G_OBJECT(source), &quot;device&quot;,  &quot;/dev/video2&quot;,  NULL)<br>
<br>
but the capture devices are different enough that I&#39;m stumbling around with the caps, as only using unfiltered caps works for all three cards.  The point of the exercise is to figure out if I can use our current assortment of PCI capture cards and add in some USB ones I&#39;ve found.<br>

<br>
I&#39;d prefer having to only deal with a single buffer type by forcing an input format common to all the capture devices if possible.<br>
<br>
So how can I  get gst-inspect to list the properties of the other capture devices?<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><br clear="all"><br>-- <br><a href="http://www.linkedin.com/in/kapilagrawal">http://www.linkedin.com/in/kapilagrawal</a><br>