Jetpack 5.0.1 does not support 'nvoverlaysink', any other alternatives?

In older Jetpacks (older than 5.0.1), we have used ‘nvoverlaysink’ for rendering multiple videos in a single display by controlling over size and positioning.

Is there any equivalent alternative in Jetpack 5.0.1 ?

Hi,
Please try nvdrmvideosink. There are examples in document:
Accelerated GStreamer — Jetson Linux<br/>Developer Guide 34.1 documentation

Thanks for reply.

Does “nvdrmvideosink” support size and positioning properties ? I couldn’t find these properties in the document.

I need to display multiple streaming videos in single display.

Hi,
For multiple sources, we suggest use nvcompositor to composite into single video plane and then render out.

I have already tried that, but Jetpack5.0.1 does not support ‘nvcompositor’ too.

In nvdrmvideosink, there is option to mention positioning (offset-x, -y) but not size. I think we can resize video before passing it to the nvdrmvideosink pipeline.

Hi,
Do you mean you cannot see the plugin in executing $ gst-inspect-1.0 nvcompositor? It shall be there and a bit strange you cannot see it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.