Hallo,
I have OMAP-L138 and I use DVSDK 04.03.00.06.
I try to capture a frame from VPIF using gstreamer:
# gst-launch v4l2src device=/dev/video1 always-copy=false ! filesink location=photo.yuv -v
Setting pipeline to PAUSED ...
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0: queue-size = 3
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw-yuv, format=(fourcc)NV16, framerate=(fraction)25/1, width=(int)720, height=(int)576
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ant it hangs.
a file photo.yuv is created but its size is 0 forever and does not increase.
someone has already reported this problem, without solutions:
http://e2e.ti.com/support/embedded/linux/f/354/p/101642/365896.aspx#365896
how to capture frames?
best regards