Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): Jetson TX2
• DeepStream Version: 5.1
• JetPack Version (valid for Jetson only): 4.5.1 (installed from sdkmanager)
• TensorRT Version: 7.1.3-1+cuda10.2
• Issue Type( questions, new requirements, bugs): question
I’m trying to run an application based on deepstream-test2 on Jetson TX2 and I’m facing the error:
nvbuf_utils: Could not get EGL display connection
nvbuf_utils: ERROR getting proc addr of eglCreateImageKHR
nvbuf_utils: ERROR getting proc addr of eglDestroyImageKHR
So, I set the GST_DEBUG to get more details and I got the following message:
0x55a51764f0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:456:gst_element_factory_make: no such element factory "nvstreammux"! One element could not be created. Exiting.
I already tried all suggestions of all other posts on the Nvidia forum without success. Such as: changes on the DISPLAY env variable; check if the nvgpu module is loaded; check all EGL, GL, and GLU libs; and Set the application to run on a fake sink;
It’s important to comment that I ran the same application on Jetson Nano 4GB with Jetpack 4.4.1 with success.