How to Install ZED SDK on Linux
Download and Install the ZED SDK
The ZED SDK for Linux contains all the drivers and libraries that power your camera along with tools that let you test its features and settings.
-
Download the ZED SDK for Linux.
-
Go to the folder where the installer has been downloaded.
-
If you don’t have it installed already, install
zstd. It will be needed for the installer to run. -
Add execution permission to the installer using the
chmod +xcommand. Make sure to replace the installer name with the version you downloaded. -
Run the ZED SDK installer.
-
At the beginning of the installation, the Software License will be displayed, hit
qafter reading it. -
During the installation, you might have to answer some questions on the installation of dependencies, tools and samples. Type
yfor yes andnfor no and hitEnter. HitEnterto pick the default option.
Installing in silent mode
The silent-mode installation allows you to install specific configurations of the ZED SDK. It removes any display or manual configuration options during the installation process.
The installer can be launched in silent mode with the -- silent option (with a space between -- and silent).
Installing Runtime version only
To install the ZED SDK without any static library, headers, tools or samples, add the runtime_only option.
Installing SDK without checking CUDA
To install the ZED SDK without checking that CUDA is installed, add the skip_cuda option.
Installing SDK without Object Detection
To install the ZED SDK without the AI module (required for Object Detection, Body Tracking and Neural Depth), add the skip_od_module option.
Installing SDK without Python Wrapper
To install the ZED SDK without the Python wrapper, add the skip_python option.
Installing SDK without sl_hub
To install the ZED SDK without sl_hub, add the skip_hub option.
Installing SDK without Tools
To install the ZED SDK without any tools or samples, add the skip_tools option.
Setup CUDA
CUDA is an NVIDIA® library used by the ZED SDK to run fast AI and computer vision tasks on your graphics card. During the ZED SDK installation, CUDA is automatically downloaded and installed by the ZED SDK if it is not detected on your computer.
Follow the steps below if you are installing CUDA manually.
-
Download and install CUDA from the CUDA Toolkit archive.
-
On the CUDA download page, select the following options. We recommend downloading a deb (network) version:
Linuxx86_64Ubuntu22.04or20.04deb (network)

-
Find out what Ubuntu release you are running using
lsb_releasecommand. -
Add the CUDA
aptrepository. -
Update the
aptrepository cache. -
Install CUDA. We recommend specifying the exact CUDA version you’re installing.
Restart your computer
At the end of the installation, restart your system to make sure your paths are updated.

