Using GMSL with ZED Box Orin

If your ZED Box comes with an embedded capture card, you can use a ZED X or any other GMSL camera.

GMSL driver #

The ZED X requires a GMSL driver. It comes already installed with the ZED Box.

You may need to install it manually, especially if you upgraded your system version. Go to our website and download the driver version that fits with your L4T version.

To know your jetpack version, run

cat /etc/nv_tegra_release

You will obtain an output like this:

# R35 (release), REVISION: 4.1, GCID: 33958178, BOARD: t186ref, EABI: aarch64, DATE: Tue Aug  1 19:57:35 UTC 2023

In this example, the L4T version is 35.4.1.

Then, open a terminal in the folder that contains the downloaded driver and run

sudo dpkg -i <the deb file path>

and reboot.

Multi-camera configurations #

ZED Box Orin with 4-wire GMSL2 connectivity #

The ZED Box Orin provides 4 GMSL2 ports organized in 2 Groups (A, B):

  • Group A: port #0 and port #1
  • Group B: port #2 and port #3

Please refer to the table below to understand how different camera configurations provide different image capture behaviors, according to the number of cameras, their type, and the Group they are connected to:

Camera TypeCamera ModelMax number of cameras
per Group
Max Resolution/FPS
per Group
MonocularZED X One GS
ZED X One S
Up to 2 camerasHD1200@60fps
HD1080@60fps
SVGA@120fps
MonocularZED X One 4k1 camera
only to port #0, #2
4k@15fps
HD1080@60fps
SVGA@60fps
StereoZED X
ZED X Mini
1 CameraHD1200@60fps
HD1080@60fps
SVGA@120fps
StereoZED X
ZED X Mini
Up to 2 CamerasHD1200@30fps
HD1080@30fps
SVGA@60fps
Mixed*ZED X One GS/ZED X One S
+
ZED X/ZED X Mini
1 ZED X One GS/S + 1 ZED X/MiniHD1200@60fps
HD1080@60fps
SVGA@120fps

* Mixed configurations are not available with older version of the ZED Box powered by Jetson Xavier NX modules.

📌 Note: Maximum resolution and framerate require no more than 2 cameras per 4-wire GMSL2 Fakra connector.

ZED Box Orin with mono GMSL2 port (out of production) #

This out of production version of the ZED Box Orin provides a single GMSL2 port, so only one camera can be connected.

The table below illustrates the different behaviors that can be expected according to the camera type:

Camera TypeCamera ModelMax Resolution/FPS
MonocularZED X One GS
ZED X One S
HD1200@60fps
HD1080@60fps
SVGA@120fps
MonocularZED X One 4k4k@15fps
HD1080@60fps
SVGA@60fps
StereoZED X
ZED X Mini
HD1200@60fps
HD1080@60fps
SVGA@120fps

Developing your own driver #

If you intend to use a GMSL device alongside a Stereolabs ZED X camera, a custom driver is required for compatibility.

In such cases, we recommend reaching out to our support team at support@stereolabs.com for more information and assistance.