<font face="arial, helvetica, sans-serif">Hi,</font><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">I use the following plugin to capture data from camera:
</font></div><div><span style="line-height:115%"><font face="arial, helvetica, sans-serif"><br></font></span></div><div><span style="line-height:115%"><b><font face="arial, helvetica, sans-serif">"gst-launch  v4l2src
chain-ipipe=true always-copy=false input-src=composite !
'video/x-raw-yuv,format=(fourcc)NV12, width=736, height=480,
framerate=(fraction)30000/1001' ................................"</font></b></span></div><div><span style="line-height:115%"><b><font face="arial, helvetica, sans-serif"><br></font></b></span></div><div><font face="arial, helvetica, sans-serif"><span style="line-height:115%">I would like to know whether I can replace <b>"</b></span><b style="line-height:17px">v4l2src chain-ipipe=true always-copy=false input-src=composite" </b><span style="line-height:17px"> by some buffer. I mean can I pass a buffer with similar data to the rest of the pipeline in gst-launch? If yes, how can I do it. I do not want to use filesrc. It has to be a buffer containing the frame data (i.e. some kind of array).</span></font></div>
<div><span style="line-height:17px"><font face="arial, helvetica, sans-serif"><br></font></span></div><div><span style="line-height:17px"><font face="arial, helvetica, sans-serif">Please let me know.</font></span></div><div>
<span style="line-height:17px"><font face="arial, helvetica, sans-serif"><br></font></span></div><div><span style="line-height:17px"><font face="arial, helvetica, sans-serif">Thanks,</font></span></div><div><span style="line-height:17px"><font face="arial, helvetica, sans-serif">Maz</font></span></div>