I have a custom Docker image that I built using the base image from DeepStream L4T. The image includes all the necessary dependencies to run my Velocity code.
When my Jetson Nano is connected to a monitor, everything works perfectly. However, when I connect to the system via SSH without a monitor attached, the program fails to run.
Additionally, I am using the following GStreamer pipeline in my Docker image:
This pipeline works flawlessly when a monitor is connected. However, when running in headless mode (no monitor connected), I encounter the following error:
before parse launchNo EGL Display
nvbufsurftransform: Could not get EGL display connection
Could you please advise on what might be causing this issue and how I can resolve it?
Hi,
The docker image of DeepStream has settings for display, since it is expected to have display output. You may need to remove the settings about DISPLAY and X11.
Hi,
Please try other console tool instead of MobaXterm. It seems like it initializes its own display environment and may not work properly. Would suggest use pure-command-line console.