<div dir="ltr">Hi all,<div><br></div><div>I am using gstreamer and try the following two pipelines:</div><div><br></div><div><b>gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw, width=1920, height=1080, framerate=15/1 ! autovideosink</b></div><div><br></div><div>When I run this command, a window opens up and shows me the camera output.</div><div><br></div><div>Now I want to convert this stream to jpeg and save it to file, so I use the following:</div><div><br></div><div><b>gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw, width=1920, height=1080, framerate=15/1 ! jpegenc ! multifilesink location=/home/myuser/mytestfolder/img_%06d.jpg</b><br></div><div><br></div><div><br></div><div>I run the second command for a few seconds then terminate with Ctrl C. I see files img_00001.jpg etc. but the size of the file is 0 KB.</div><div><br></div><div>Can anyone suggest what I might be doing wrong ?</div><div><br></div><div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><span style="font-size:12.8px">Sincerely,</span><div><br></div><div>Dwight Kulkarni     </div></div></div></div></div></div></div></div></div>