Hello there,
I am using with Jetson nano in handless mode through VNC (Xorg). I have ZED camera plunged into the nano and trying to get live feed through VNC to another computer, the problem is when I run the ZED explorer (launcher for the ZED camera) it gives me bellow error
nvbuf_utils: Could not get EGL display connection
No EGL Display
nvbufsurftransform: Could not get EGL display connection
I have reffered similar topic but can’t solve.
***Environment
Jet pack : R32 (release), REVISION: 7.6, GCID: 38171779, BOARD: t210ref, EABI: aarch64, DATE: Tue Nov 5 07:46:14 UTC 2024
**xrandr
Screen 0: minimum 256 x 256, current 1920 x 1080, maximum 16384 x 16384
rdp0 connected 1920x1080+0+0 0mm x 0mm
1920x1080 50.00
xclock and xeyes can be gotten through VNC.
After that I try to do ZED pythonAPI (pyzed) but get above errors.
Next I try these command.
$ sudo jetson_clocks
$ gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,forma=YUY2,width=1280,height=480,framerate=30/1 ! nvvidconv ! ‘video/x-raw(memory:NVMM),format=NV12’ ! nvoverlaysink
But the results are bellow.
nvbuf_utils: Could not get EGL display connection
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
ERROR: pipeline doesn’t want to preroll.
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
Freeing pipeline …
What’s the reason?
Any ideas how to fix this issue?
Thank you.
This seems a problem with the old Jetpack version.
I advise you search and eventually ask for a solution to the NVIDIA Developer Forum where you can get in direct contact with NVIDIA’s engineers.