Board: Xavier NX 8GB
L4T Version: 32.5.1
Hello,
When initializing EGL on my jetson, I run the following:
EGLDisplay egl_display = eglGetDisplay(EGL_DEFAULT_DISPLAY);
But, if the DISPLAY
env var is set, it fails with: Failed to get EGL display
.
Is there a way to always use a headless display? (i never plan to display anything on script, just processing)
Thanks!