Hi All,<br><br>I managed to use aravis plugin from shell script as shown below.<br>How can I do same sort of thing from python?<br><br>Thanks much,<br>Bert Douglas<br><br>-----------------------------------<br><br><br>LD_PRELOAD=/usr/lib/libaravis.so \<br>
gst-launch --gst-plugin-load=/usr/lib/gstreamer-0.10/libgstaravis.so \<br> aravissrc camera-name="" \<br> ! ffmpegcolorspace \<br> ! autovideosink<br><br>