No matter how I modify it, the stream doesnt open (I'm using
ximagesink btw, xvimagesink doesnt work for me). However, I can use a
filesink for some reason and save the stream.
Also, dspjpegenc doesnt work at all, keeps giving
"create_node: dsp node create failed
sink_setcaps: dsp node creation failed
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
Internal data flow error"
two of the gst lines i used were:
gst-launch-0.10 -v v4l2src ! "video/x-raw-yuv, width=(int)640,
height=(int)480, framerate=(fraction)10/1" ! ffmpegcolorspace !
dspjpegenc mode=1 ! filesink location=file1.jpg
gst-launch-0.10 -v v4l2src ! "video/x-raw-yuv, width=(int)640,
height=(int)480, framerate=(fraction)10/1" ! dspjpegenc ! filesink
location=file1.jpg
caps are okay, i can use this setting to save video with dspmp4venc.
Any ideas?
Thanks,
Peter
On Tue, Mar 29, 2011 at 5:46 PM, Tuomas Kulve <tuomas@...> wrote:
> On 03/29/2011 06:37 PM, Peter Nemeth wrote:
>>
>> Strangely, but this doesnt work for me. The Gumstix seems to be sending
>> the
>> data, and the host PC finds the stream, and identifies it correctly, but
>> no
>> windows pop up with the video and "nothing" happens. Any ideas why this
>> could be? Is there an even simpler test case to try it with?
>
> I had a similar problem which I managed to solve by switching from
> autovideosink to xvimagesink and passing the sync=false option to it. But
> that's already in that gst-launch sequence I sent.
>
> You can try "videotestsrc" instead of the v4l2src but that's not that
> different or simpler use case..
>
>
> --
> Tuomas
>
|