Gstreamer querry

Jetpack 5.1.1

im using the command gst-launch-1.0 nvarguscamerasrc ! nvvidconv ! autovideosink

sensor resolution is 1456 and 1088

i want to stream with this resolution itself

if connected to 1080p monitor the width become elogated and is more than sensor resolution,which i dont need

how can i modify this to get desired stream

Hi,
Please try

$ gst-launch-1.0 nvarguscamerasrc ! nvvidconv ! 'video/x-raw(memory:NVMM)' ! nv3dsink sync=0

And configure the properties to nv3dsink to get desired output:

  window-height       : Height of window
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 2147483647 Default: 0
  window-width        : Width of window
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 2147483647 Default: 0
  window-x            : X coordinate of window
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 2147483647 Default: 0
  window-y            : Y coordinate of window
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 2147483647 Default: 0

can i get command for getting stream with nvoverlaysink
for the command
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! nvvidconv ! autovideosink

Hi,
The nvoverlaysink plugin is deprecated on Jetpack 5 and 6. Please check gstreamer user guide and use other rendering plugins.

my jetpack is 5.1.1
but showing
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! nvvidconv ! ‘video/x-raw(memory:NVMM)’ ! nvoverlaysink
WARNING: erroneous pipeline: no element “nvoverlaysink”

Hi,
This is expected since nvoverlaysink is deprecated. Please use other rendering plugins.

video4linux2: v4l2sink: Video (video4linux2) Sink
shm: shmsink: Shared Memory Sink
xvimagesink: xvimagesink: Video sink
ximagesink: ximagesink: Video sink
decklink: decklinkaudiosink: Decklink Audio Sink
decklink: decklinkvideosink: Decklink Video Sink
pulseaudio: pulsesink: PulseAudio Audio Sink
cluttergst3: clutterautovideosink: Generic bin
ipcpipeline: ipcpipelinesink: Inter-process Pipeline Sink
debug: testsink: Test plugin
proxy: proxysink: Proxy Sink
tcp: tcpclientsink: TCP client sink
tcp: tcpserversink: TCP server sink
tcp: multifdsink: Multi filedescriptor sink
tcp: multisocketsink: Multi socket sink
soup: souphttpclientsink: HTTP client sink
gtk: gtksink: Gtk Video Sink
gtk: gtkglsink: Gtk GL Video Sink
debugutilsbad: checksumsink: Checksum sink
debugutilsbad: fpsdisplaysink: Measure and show framerate on videosink
debugutilsbad: fakevideosink: Fake Video Sink
nvdrmvideosink: nvdrmvideosink: Nvidia Drm Video Sink
alsa: alsasink: Audio sink (ALSA)
rtmp: rtmpsink: RTMP output sink
jack: jackaudiosink: Audio Sink (Jack)
oss4: oss4sink: OSS v4 Audio Sink
cacasink: cacasink: A colored ASCII art video sink
kms: kmssink: KMS video sink
srt: srtsink: SRT sink
srt: srtclientsink: SRT sink
srt: srtserversink: SRT sink
inter: interaudiosink: Internal audio sink
inter: intersubsink: Internal subtitle sink
inter: intervideosink: Internal video sink
ossaudio: osssink: Audio Sink (OSS)
openal: openalsink: OpenAL Audio Sink
curl: curlhttpsink: Curl http sink
curl: curlfilesink: Curl file sink
curl: curlftpsink: Curl ftp sink
curl: curlsmtpsink: Curl smtp sink
gio: giosink: GIO sink
gio: giostreamsink: GIO stream sink
nvvideosink: nvvideosink: nVidia Video Sink
bluez: a2dpsink: Bluetooth A2DP sink
bluez: avdtpsink: Bluetooth AVDTP sink
gdkpixbuf: gdkpixbufsink: GdkPixbuf sink
vulkan: vulkansink: Vulkan video sink
coreelements: fakesink: Fake Sink
coreelements: fdsink: Filedescriptor Sink
coreelements: filesink: File Sink
autodetect: autovideosink: Auto video sink
autodetect: autoaudiosink: Auto audio sink
app: appsink: AppSink
multifile: multifilesink: Multi-File Sink
multifile: splitmuxsink: Split Muxing Bin
opengl: glimagesink: GL Sink Bin
opengl: glimagesinkelement: OpenGL video sink
opengl: glsinkbin: GL Sink Bin
playback: playsink: Player Sink
fbdevsink: fbdevsink: fbdev video sink
nvvideosinks: nv3dsink: Nvidia 3D sink
shout2: shout2send: Icecast network sink
waylandsink: waylandsink: wayland video sink
udp: udpsink: UDP packet sender
udp: multiudpsink: UDP packet sender
udp: dynudpsink: UDP packet sender
aasink: aasink: ASCII art video sink
hls: hlssink: HTTP Live Streaming sink
hls: hlssink2: HTTP Live Streaming sink
nveglglessink: nveglglessink: EGL/GLES vout Sink

none of the sink are giving output as fullscreen rendering
so i would like to get local stream by having connection via ethernet
please help me to get local stream

Hi,
This is duplicate of
Get stream with nvoverlaysink

Let’s continue in the topic thread.

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