<div dir="ltr"><span style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px">Hello,</span><br style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><span style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px">I’d like to use gstreamer to capture video images(RGB/BGR), frames(RGB/BGR) from my V4L2 camera.</span><br style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><span style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px">The output of v4l2-ctl is shown below:</span><br><div><br></div><div><br>$ vl42ctl -d /dev/video0 --all<br><br>Driver Info (not using libv4l2):<br>      Driver name   : basa<br> Card type     : FPD1-0103<br>   Bus info      : PCI:0000:09:00.0<br>   Driver version: 5.4.143<br>       Capabilities  : 0x84200001<br>           Video Capture<br>         Streaming<br>             Extended Pix Format<br>           Device Capabilities<br>   Device Caps   : 0x04200001<br>           Video Capture<br>         Streaming<br>             Extended Pix Format<br>Priority: 2<br>Video input : 0 (FPD1-0103: ok)<br>Format Video Capture:<br>      Width/Height      : 1920/1080<br>      Pixel Format      : 'YUYV'<br> Field             : None<br>        Bytes per Line    : 3840<br>    Size Image        : 4147232<br></div><div><br></div><div><br></div><div><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px">But I have no idea how to make the pipe string that should go to the gst-launch-1.0<br>Could you suggest to me a good gstreamer pipe string for my camera?</p><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px"><span style="letter-spacing:0.15px">I’d like to use as much H/W accellerations as possible that the Nvidia RTX2080 provides.</span></p><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px">The source would be the camera above.<br>The sink should be the appsink. But with the gst-launch-1.0 the sink can be fakesink.<br>The application that receives data from the appsink must receive RGB or BGR data and upon this data opencv will be used and applied to process many vision algorithms.</p><p style="color:rgb(51,51,51);font-family:"NVIDIA Sans",Helvetica,Arial,sans-serif;font-size:15px;letter-spacing:0.15px">Thank you!</p></div></div>