Gstreamer & EasyCap

Nicolas Dufresne nicolas.dufresne at collabora.com
Tue May 5 08:55:34 PDT 2015


Le mardi 05 mai 2015 à 16:44 +0200, Lodovico Graziano a écrit :
> Looking in the LogCat, i saw that the android application calls the 
>  Linux library 'libgstreamer.so' 
> 
> Now i wonder if is difficult to write a simple application by myself,
> that reads the output of the EasyCap Frame Grabber and displays the 
> video on my android tablet.

You should probably contact the application developer to start with. I
suspect that the capture is done using libusb, and only certain device
(need USB host support) and chips are supported (seems like UTV007 and
STK1160). If you bought the SW, you are allowed to request the LGPL
source code being used. That could also tells you a bit about what is
being used in GStreamer. It is possible, and completely legal, if the
capture code was kept proprietary. It's the "hard" part to be honest,
not everyone will be willing to give this away.

There is kernel drivers that landed in 3.14, and to experiment, a
libusb version was made in python to for the UTV007:

https://github.com/memeruiz/usbtv007

Nicolas


More information about the gstreamer-devel mailing list