Hi All,
I managed to use aravis plugin from shell script as shown below. How can I do same sort of thing from python? Thanks much, Bert Douglas ----------------------------------- LD_PRELOAD=/usr/lib/libaravis.so \ gst-launch --gst-plugin-load=/usr/lib/gstreamer-0.10/libgstaravis.so \ aravissrc camera-name="" \ ! ffmpegcolorspace \ ! autovideosink ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On 01.09.2010 17:33, Bert Douglas wrote:
> Hi All, > > I managed to use aravis plugin from shell script as shown below. > How can I do same sort of thing from python? > > Thanks much, > Bert Douglas > > ----------------------------------- > > > LD_PRELOAD=/usr/lib/libaravis.so \ > gst-launch --gst-plugin-load=/usr/lib/gstreamer-0.10/libgstaravis.so \ > aravissrc camera-name="" \ > ! ffmpegcolorspace \ > ! autovideosink > Stefan > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Because the so file for the plugin is defective. It lacks a reference to libaravis. You can see this with ldd.
Bert Douglas On Tue, Sep 7, 2010 at 7:24 AM, Stefan Kost <[hidden email]> wrote:
------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |