Turning this gst-launch-1.0 command into a C++ app?

Mert Can Ergun mert.ergun at mikro-tasarim.com.tr
Mon Nov 7 13:36:21 UTC 2016


You don't have to read the whole manual but examining this code will give you
a great amount of idea about the framework and how to write basic
applications with it.
https://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-helloworld.html

You can use videoconvert instead of autovideoconvert.

Video4Linux mounts different sources to different points, generally starting
from /dev/video0. And in your case you are telling the v4l2src to use the
source at /dev/video13. I am not 100% sure but if you don't set that
property, the element is supposed to search for valid sources on your system
and use the first one it finds.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Turning-this-gst-launch-1-0-command-into-a-C-app-tp4680502p4680521.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list