Install the ZED Link driver
Each ZED Link GMSL2 capture card requires the installation of a driver to operate correctly.
The driver is responsible for configuring the GMSL2 device and depends on the hardware used, such as the Jetson™ carrier board, the deserializer card, and other configurations related to GMSL2 cameras.
Install the ZED Link driver #
The driver can be downloaded from the ZED X Camera Drivers page of the Stereolabs website.
📌 Note: Please make sure to check the latest version of the driver available on the ZED X Camera Drivers. If the website features an updated version, we recommend installing the latest one.
Select the driver corresponding to your configuration and run:
sudo dpkg -i stereolabs-zedx_X.X.X-ZED-LINK-YYYY-L4TZZ.Z_arm64.deb
Where:
- X.X.X is the driver version
- YYYY is the ZED Link GMSL2 capture card model (i.e.
MONO
,DUO
,QUAD
) - L4TZZ.Z is the Jetson™ Linux (L4T) version
📌 Note: You might need to install
libqt5core5a
if not already installed. Use the following command:sudo apt install libqt5core5a
How to select the correct driver
verify the model of capture card you are using: ZED Link Mono, ZED Link Duo, ZED Link Quad.
- The ZED Box Orin NX 8 GB with GMSL2 mounts a ZED Link Mono capture card.
- The ZED Box Orin NX 16 GB with GMSL2 mounts a ZED Link Duo capture card.
verify the version of Jetson™ Linux that is running on your NVIDIA® Jetson™ device by following this guide
[Only Jetpack 5] verify the model of the GMSL2 camera that you are using: ZED X (Mini), ZED X One GS, ZED X One 4K
📌 Note: it is not possible to simultaneously use different camera models in hybrid configurations with Jetpack 5.x. However, this capability is available starting from driver v1.1.0 for Jetpack 6.
sudo dpkg -i stereolabs-zedx_1.0.5-ZED-LINK-DUO-L4T35.4.1_arm64.deb
Now, reboot the NVIDIA® Jetson™ device.
sudo reboot
You can use the following command to check that the driver is correctly loaded:
sudo dmesg | grep zedx
Please note that GMSL2 cameras have lower flexibility compared to USB cameras. Any modification in the hardware configuration, such as plugging or unplugging a camera, or changing the camera order, requires either rebooting the Jetson, or restarting the installed daemon with the following command:
sudo systemctl restart zed_x_daemon
If you encounter any issues during the installation process, please refer to the GMSL2 troubleshooting page, or contact support@stereolabs.com.
Upgrade the ZED Link driver #
If you want to upgrade the driver from previous version or you want the driver for a different camera model you must first uninstall the currently installed version:
sudo dpkg -r stereolabs-zedXXXX
to retrieve the correct name of the package to remove you can use the command
sudo dpkg -l | grep stereolabs
When the old driver is removed you can install a new one.