<div dir="auto"><div>Hi,<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 29 août 2023, 06 h 45, Regine Issan via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br></div><div>I am new to video world.<br></div>Trying to figure out the frame size limitations of v4l2sink.<br></div><div>running gst-launch-1.0 v4l2sink i get the result below.<br></div><div>Does that mean that v4l2 supports<br>video\ebayer and video\x-bayer frames<br> up to 32768*32768 pixels <br></div><div>with frame rate between 1 to 2147483647 frames per second ?<br></div></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">These are just template, what the HW support is obtained at runtime. While its possible to write an GST app to retrieve this information, it's easier to introspect your v4l2 driver using v4l2-ctl utility.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><br></div><div>Thanks !<br></div><div><br></div></div><div><br></div><div>Pad Templates:<br> SINK template: 'sink'<br> Availability: Always<br> Capabilities:<br> image/jpeg<br> video/mpeg<br> mpegversion: 4<br> systemstream: false<br> video/mpeg<br> mpegversion: { (int)1, (int)2 }<br> video/mpegts<br> systemstream: true<br> <b>video/x-bayer</b><br> format: { (string)bggr, (string)gbrg, (string)grbg, (string)rggb }<br> <b> width: [ 1, 32768 ]<br> height: [ 1, 32768 ]</b><br> <b> framerate: [ 0/1, 2147483647/1 ]</b><br><br><b>video/x-raw</b><br> format: { (string)RGB16, (string)BGR, (string)RGB, (string)ABGR, (string)xBGR, (string)RGBA, (string)RGBx, (string)GRAY8, (string)GRAY16_LE, (string)GRAY16_BE, (string)YVU9, (string)YV12, (string)YUY2, (string)YVYU, (string)UYVY, (string)Y42B, (string)Y41B, (string)YUV9, (string)NV12_64Z32, (string)NV24, (string)NV61, (string)NV16, (string)NV21, (string)NV12, (string)I420, (string)ARGB, (string)xRGB, (string)BGRA, (string)BGRx, (string)BGR15, (string)RGB15 }<br> <b> width: [ 1, 32768 ]<br> height: [ 1, 32768 ]<br> framerate: [ 0/1, 2147483647/1 ]</b><br></div></div>
</blockquote></div></div></div>