Get stream with nvoverlaysink

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! nvvidconv ! 'video/x-raw(memory:NVMM)' ! nvoverlaysink

WARNING: erroneous pipeline: no element "nvoverlaysink"

i need to get nvoverlaysink
how is it possible to get that ?

my usecase is to get wholescreen display

Hi,
Please check
Gstreamer querry - #8 by DaneLLL

For full screen rendering, you can use nvdrmvideosink

gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! nvvidconv ! ‘video/x-raw(memory:NVMM)’ ! nvdrmvideosink
Setting pipeline to PAUSED …
Could not open DRM failed
ERROR: Pipeline doesn’t want to pause.
ERROR: from element /GstPipeline:pipeline0/GstNvDrmVideoSink:nvdrmvideosink0: GStreamer error: state change failed and some element failed to post a proper error message with the reason for the failure.
Additional debug info:
gstbasesink.c(5367): gst_base_sink_change_state (): /GstPipeline:pipeline0/GstNvDrmVideoSink:nvdrmvideosink0:
Failed to start
Setting pipeline to NULL …
Freeing pipeline …

Hi,
To use the sink you would need to disable X11 GUI. Please check examples in developer guide:
Accelerated GStreamer — NVIDIA Jetson Linux Developer Guide 1 documentation

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