<p dir="ltr">Hello Nicolas,<br>
this is the decompiled version of the easycap viewer.<br>
Do you think that here i can find all the informations that i need to write an application that works with my devices? (a chinese phablet based on mt6592 and an acer a500) <br>
Do you think that it is possibile to use these decompiled sources to find the bug that causes the malfunction on my devices?<br>
For example, on my acer a500, the appl does not respond, after start...seems loading the libgstreamer.so it locks ...<br>
Thank you<br>
Lodovico</p>
<div class="gmail_quote">Il 05/mag/2015 17:55 "Nicolas Dufresne" <<a href="mailto:nicolas.dufresne@collabora.com">nicolas.dufresne@collabora.com</a>> ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le mardi 05 mai 2015 à 16:44 +0200, Lodovico Graziano a écrit :<br>
> Looking in the LogCat, i saw that the android application calls the<br>
>  Linux library 'libgstreamer.so'<br>
><br>
> Now i wonder if is difficult to write a simple application by myself,<br>
> that reads the output of the EasyCap Frame Grabber and displays the<br>
> video on my android tablet.<br>
<br>
You should probably contact the application developer to start with. I<br>
suspect that the capture is done using libusb, and only certain device<br>
(need USB host support) and chips are supported (seems like UTV007 and<br>
STK1160). If you bought the SW, you are allowed to request the LGPL<br>
source code being used. That could also tells you a bit about what is<br>
being used in GStreamer. It is possible, and completely legal, if the<br>
capture code was kept proprietary. It's the "hard" part to be honest,<br>
not everyone will be willing to give this away.<br>
<br>
There is kernel drivers that landed in 3.14, and to experiment, a<br>
libusb version was made in python to for the UTV007:<br>
<br>
<a href="https://github.com/memeruiz/usbtv007" target="_blank">https://github.com/memeruiz/usbtv007</a><br>
<br>
Nicolas<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>