v4l2src error: Video device did not suggest any buffer size

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

v4l2src error: Video device did not suggest any buffer size

Raya
Hello,

I have this pipeline:

gst-launch-1.0 -v v4l2src  ! videoconvert  !
video/x-raw,format=I420,width=1280,height=720 ! x264enc ! h264parse !
video/x-h264,stream-format=byte-stream,alignment=au ! filesink
location=output.h264

When I launch it I get the following error:
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Video device
did not suggest any buffer size.

I searched over the internet but I could not find much information.

Could you please explain what it does refer to and how can I fix it ?


Thank you for your help.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: v4l2src error: Video device did not suggest any buffer size

Nicolas Dufresne-5
Le vendredi 01 septembre 2017 à 05:50 -0700, Raya a écrit :

> Hello,
>
> I have this pipeline:
>
> gst-launch-1.0 -v v4l2src  ! videoconvert  !
> video/x-raw,format=I420,width=1280,height=720 ! x264enc ! h264parse !
> video/x-h264,stream-format=byte-stream,alignment=au ! filesink
> location=output.h264
>
> When I launch it I get the following error:
> ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Video
> device
> did not suggest any buffer size.
>
> I searched over the internet but I could not find much information.
>
> Could you please explain what it does refer to and how can I fix it ?
It indicates that your driver didn't provide a sizeimage (see through
VIDIOC_S_FTM). Fix your driver and this error will go away. Code to
watch when debugging the driver:

https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/sys/v4l2/gstv4l2object.c#n3047


regards,
Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment