Install your ZED Box Mini

Open in ClaudeOpen in ChatGPT

01. [Optional] Connect your ZED camera

The ZED Box Mini is an embedded Linux device that operates as a standard Linux-based PC. While it is designed for seamless compatibility with ZED cameras, using one is not required for its functionality.

Connect a ZED GMSL2 camera

Firmly push the Fakra connector in until you hear a “click,” ensuring a secure and reliable connection.

Fakra connector outside view Fakra connector inside view

GMSL2 cameras are not plug-and-play. Connect them before powering on the ZED Box Mini to ensure the operating system detects and initializes them properly.

The ZED Box Mini does not support two ZED X One 4K cameras simultaneously. Read more concerning the allowed multi-camera combinations here.

Connect a ZED USB 3 camera

USB camera outside view USB camera inside view

USB 3 cameras are plug-and-play. You can connect them at any time, even after the ZED Box Mini has booted.

Hybrid camera setup

You can connect up to three different ZED cameras to the ZED Box Mini:

  • 1x USB 3 ZED Stereo Camera
  • 2x GMSL2 Cameras *

The ZED Box Mini does not support two ZED X One 4K cameras simultaneously. Read more concerning the allowed multi-camera combinations here.

Three cameras setup

02. Power the ZED Box Mini

Power connector outside view Power connector inside view

Connect the provided power supply to the power connector. The device will automatically turn on.

03. Connect to the network

LAN connector outside view LAN connector inside view

Connect to your network using the Ethernet port.

04. Connect a display or a Dummy HDMI plug

Display

HDMI connector outside view HDMI connector inside view

The ZED Box Mini features an HDMI 1.4 to 2.1 type-A compliant connector, depending on the chosen Jetson™ for the system, to display video with a maximum resolution of 3840×2160 @60Hz.

Dummy HDMI plug

You can use the ZED Box Mini without a display in headless mode, controlling it remotely by using ssh or virtual desktop applications. To enable X11 forwarding and run applications requiring OpenGL in headless mode, it is required to use a Dummy HDMI plug to simulate a connected display. Learn more here.

HDMI dummy plug outside view HDMI dummy plug inside view

05. Connect a keyboard and a mouse

You need a USB 3 hub to connect a mouse and a keyboard to the USB 3 Type A port.

06. Complete the operating system setup

System access credentials

To access the operating system upon first start-up, use the following default access credentials:

  • Username: user
  • Password: admin

For security reasons we suggest you change the default password after the first boot.

Using a terminal console command

  1. Open a terminal console (Ctrl+Alt+t)
  2. Enter the passwd command
  3. Follow the indications

Using the Settings GUI menu

You can access the Settings menu in multiple ways:

From the Activities Menu

  1. Click on “Activities” in the top-left corner.
  2. Type “Settings” in the search bar.
  3. Click on the Settings app (gear icon).

From the System Tray

  1. Click on the top-right system menu (Wi-Fi, battery, and volume icons).
  2. Select “Settings” from the dropdown.

From the Terminal

  1. Open a terminal (Ctrl + Alt + T).

  2. Type the following command and press Enter:

    $gnome-control-center

Change the Default Password

  1. In the Settings menu, navigate to Users.
  2. Select your user account.
  3. Click “Password” and enter a new secure password.
  4. Save the changes and restart if necessary.

Perform a system update

Open a terminal console (Ctrl+Alt+t) and enter the following commands to update the device:

$sudo apt update
$sudo apt upgrade
$sudo apt dist-upgrade

07. Install the most recent ZED software

Upgrade the ZED SDK

Visit the Download section of the StereoLabs website and verify that the ZED Box Mini is running the latest version of the ZED SDK to leverage the latest improvements developed by our team.

You can retrieve the version of the ZED SDK installed on the ZED Box by opening a terminal console (`Ctrl+Alt+t) and entering the command

$ZED_Explorer -v

Upgrade the ZED X Driver

Visit the Driver Download section of the StereoLabs website and verify that the ZED Box Mini is running the latest version of the Driver to leverage the latest improvements developed by our team.

You can verify the version of the ZED X Driver installed on the ZED Box by opening a terminal console (`Ctrl+Alt+t) and entering the command

$dpkg -l | grep stereolabs

You should get a similar output:

$ii stereolabs-zedlink-duo 1.3.0-LI-MAX96712-all-L4T36.4.0 arm64 NVIDIA Kernel DTB Modified Package by StereoLabs

8. [Optional] Add a new user

Open a new terminal console [Ctrl+Alt+t].

You can add a new user with the command:

$sudo useradd -m <username> # add user and create the home directory

Set the password for the new user:

$sudo passwd <username>

Log out the current user and then log in with the newly created one.

Open a new terminal console [Ctrl+Alt+t] and add the new user to the required user groups:

$sudo usermod -aG adm i2c tty dialout sudo audio video gdm zed

Reboot the device and log in with the new credentials to ensure everything is working properly.

Enjoy your device

Enjoy your ZED Box Mini.

Do not hesitate to visit our community forum or contact our support team at support@stereolabs.com if you need support.