Accessing raw data from v4lsrc
simo zz
simon.zz at yahoo.com
Thu Sep 7 09:26:14 UTC 2017
Hello,I need to generate a video from a USB webcam and, at the same time, access to the non encoded raw data of the webcam.The following pipe works for me to record a video:
gst-launch-1.0 -e v4l2src device=/dev/webcam ! videoconvert ! video/x-raw,width=544,height=288,framerate=10/1 ! v4l2h264enc ! h264parse ! mp4mux ! filesink location=video.mp4
But how do I get the raw data from webcam with gstreamer ?Thank you.Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170907/1ad028e3/attachment.html>
More information about the gstreamer-devel
mailing list