Cannot find TensorRT in ZED-SDK Installation

Hi there,

I have a problem while installing the ZED SDK on my Jetson Orin NX. I downloaded the latest release of the SDK (5.2), which requires CUDA 12.6. I then downloaded TensorRT 10.4, which is compatible with CUDA 12.6, but the SDK still says it cannot find TensorRT. Which version of TensorRT do I need, or what might be the problem here?

Hi @SrnStbr
Welcome to the StereoLabs community.

Normally, you do not need to install TensorRT manually because the ZED SDK installer does all the required steps to satisfy the dependencies.

I can recommend running this command before trying to install the ZED SDK again:
sudo apt install nvidia-jetpack

Hi,

thanks for your help. The issue was regarding the missing libnvdla_compiler.so which is mentioned in another thread. Now it works fine.

Thanks again.

Regards.

1 Like