Accessing raw data from v4lsrc
Aditya Oza
aditya.oza at teksun.in
Tue Jun 4 17:13:39 UTC 2019
As you mention I create one pipeline.
I used raspberry pi 3b+ camera for streaming and recording .
My goal Is I want raw data.
I used following pipeline :
gst-launch-1.0 --gst-debug-level=3 -e v4l2src device=/dev/video0 !
videoconvert ! video/x-raw,width=640,height=480,framerate=30/1 ! tee
name=tee0 ! queue ! omxh264enc ! h264parse ! mp4mux ! filesink
location=raw2.mp4 tee0. ! queue ! appsink
After run this pipeline I did not get proper data.. Just create 4kb mp4
file. when I try to play a file(4 kb)they could not be open.
Please suggest me when I am wrong?
suggest me a better way to get raw data from my camera.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list