OpenCV - VideoCapture()

Hi,

It’s more recommended to use the GStreamer backend rather than FFmpeg.
FFmpeg is a CPU-based decoder and GStreamer is already enabled in the default package.

To open an RSTP source via GStreamer, you can try the pipeline shared in the below comment:

Thanks.