<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 17, 2015 at 4:32 AM, Josh Doe <span dir="ltr"><<a href="mailto:josh@joshdoe.com" target="_blank">josh@joshdoe.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On Tue, Jun 16, 2015 at 6:08 PM, John P Poet <<a href="mailto:jppoet@gmail.com">jppoet@gmail.com</a>> wrote:<br>
> I am working on writing a src plugin for the Euresys Picolo H.264 cards:<br>
> <a href="http://www.euresys.com/Products/picolo/PicoloH264series.asp" rel="noreferrer" target="_blank">http://www.euresys.com/Products/picolo/PicoloH264series.asp</a><br>
> which has an on-board 90KHz clock.<br>
<br>
</span>I've created a source for Euresys' Picolo/Domino/Grablink cards, and<br>
have the same card as you but haven't gotten to making a plugin for it<br>
yet. You can see my plugins here:<br>
<a href="https://github.com/joshdoe/gst-plugins-vision" rel="noreferrer" target="_blank">https://github.com/joshdoe/gst-plugins-vision</a><br>
<br>
I hope you might consider contributing your plugin to -bad or failing<br>
that perhaps gst-plugins-vision.<br>
<br>
Thanks,<br>
-Josh<br>
<div class=""><div class="h5"><br></div></div></blockquote><div>Hi Josh,<br><br></div><div>As far as I know, the plan is to submit this to the gstreamer project once I get it working.  This being my first-ever attempt at writing a GStreamer plugin, it is taking me a while to grasp how the pieces fit together, but hopefully it will fall into place soon.<br><br></div><div>I actually have it almost working -- I seem to be able to capture from up to 9 inputs for a full day.  However, if I start capturing from 10 or more, the audio stops being "well" interleaved with the video.  Instead of something like:<br> video,video,video,video,AUDIO,video,video,video,video,AUDIO,video,video,video,video,AUDIO,video,video,video,video,AUDIO<br></div><div>After an hour or so it will start doing<br></div><div> video,video,video,video,video,video,video,video,AUDIO,AUDIO,video,video,video,video,video,video,video,video,AUDIO,AUDIO<br><br></div><div>I have also noticed that some of the video buffers from the Picolo H.264 are empty.  Reading the Euresys code that is not supposed to happen -- it is supposed to block until data is available.<br></div><div><br></div><div>I don't know if these are Picolo H.264 hardware issues, or if I still don't have the clock or something right in gstreamer.  I also don't know if it really has anything to do with how many inputs I am using, or if it is just luck.<br><br><br></div><div>John<br><br></div><div><br><br><br></div></div><br></div></div>