<br><br><div class="gmail_quote">On Fri, Aug 27, 2010 at 11:04 AM, Sandeep Prakash <span dir="ltr">&lt;<a href="mailto:123sandy@gmail.com">123sandy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Hi Bert,<br>
<div class="im"><br>
<br>
Bert Douglas wrote:<br>
&gt;<br>
&gt; How does one application reference an instance of an element that is in a<br>
&gt; completely different process?<br>
&gt;<br>
</div>Why should the camera library loaded in a different process. As I had<br>
replied to your other post<br>
use appsrc and in the &quot;need-data&quot; callback feed your frames from the camera<br>
APIs.<br></blockquote><div><br>I already have a python app that works with video4linux.<br>Now I want to hook up a different camera.  It comes with a library from the manufacturer.<br>But nothing related to gstreamer.<br>
<br>I am thinking I should start with existing plugin for camera source.  Perhaps video4linux, and modify source code to talk to other camera.<br>This way I can instantiate the new element into my python app without any problem.<br>
<br>How about videotestsrc, would that be good to use as a model?<br><br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Also, using appsrc for live/camera captures might end in undesirable<br>
results. Better is to write<br>
plugin that inherits from the GstPushSrc. Here you will have more control<br>
over framerate, etc.,<br>
that is important in live circumstances.<br>
<div class="im"><br>
Regards,<br>
Sandeep<br>
<a href="http://sandeepprakash.homeip.net" target="_blank">http://sandeepprakash.homeip.net</a><br>
--<br>
</div>View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/how-to-attach-camera-that-has-no-plugin-tp2340987p2341320.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/how-to-attach-camera-that-has-no-plugin-tp2340987p2341320.html</a><br>

<div class="im">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
</div><div><div></div><div class="h5">Sell apps to millions through the Intel(R) Atom(Tm) Developer Program<br>
Be part of this innovative community and reach millions of netbook users<br>
worldwide. Take advantage of special opportunities to increase revenue and<br>
speed time-to-market. Join now, and jumpstart your future.<br>
<a href="http://p.sf.net/sfu/intel-atom-d2d" target="_blank">http://p.sf.net/sfu/intel-atom-d2d</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>
</div></div></blockquote></div><br>