<div dir="auto">Thank you , Nicolas for your kind answer.</div><div dir="auto"><br></div><div dir="auto">Does v4l2 limit frame size /rate</div><div dir="auto">Or is the limitation only set by driver ,</div><div dir="auto">According to the hardware ? </div><div dir="auto">Is there any v4l2 documentation about it ?</div><div dir="auto"><br></div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 30, 2023 at 13:37 Nicolas Dufresne <<a href="mailto:nicolas@ndufresne.ca">nicolas@ndufresne.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><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" target="_blank">gstreamer-devel@lists.freedesktop.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><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><div dir="auto"><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)"><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>
</blockquote></div></div>