[deepstream-test.py] Error: Could not map EglImage from NvBufSurface for nvinfer on headless orin

Yeah, we’ve added the jetpack sources.

The actual issue was the libEGL path, seems like mesa-egl overwrote the Jetpack version; LD_LIBRARY_PATH was missing the path to/usr/lib/aarch64-linux-gnu/tegra-egl; adding it to /etc/ld.so.conf.d/ fixed the issue.

Thanks!

1 Like