Software Installation
Download and run the latest Zivid Software installer.
Select the GPU compute backend to install, matching the GPU you will use with Zivid.
If you are using HALCON, check the option to install GenICam GenTL Producer (Experimental).
Open Zivid Studio and check that no errors occur to verify that the installation was successful.
Note
If you run into issues, you may need to install or update GPU drivers.
Proceed to Network Configuration.
Open a terminal window by pressing Ctrl + Alt + T keys on the keyboard.
Create a temporary folder:
mkdir Zivid && cd Zivid
Download all
debpackages:Note
Since SDK 2.18 the main Zivid package is split by GPU compute backend:
zivid-cuda(CUDA) andzivid-opencl(OpenCL). Select the tab for the backend matching your GPU.Note
The CUDA backend requires an NVIDIA driver that supports CUDA 12 or newer. See About GPU to install a supported driver.
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-cuda_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-studio_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-tools_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-genicam_2.18.0+1b44dbef-1_amd64.deb
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-cuda_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-studio_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-tools_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-genicam_2.18.0+1b44dbef-1_amd64.deb
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-cuda_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-studio_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-tools_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-genicam_2.18.0+1b44dbef-1_amd64.deb
Note
Support for Ubuntu 18.04 is removed since SDK 2.10. To see Ubuntu 18.04 instructions for an earlier SDK version, change the Knowledge Base version in the top left corner.
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-opencl_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-studio_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-tools_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/amd64/zivid-genicam_2.18.0+1b44dbef-1_amd64.deb
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-opencl_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-studio_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-tools_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/amd64/zivid-genicam_2.18.0+1b44dbef-1_amd64.deb
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-opencl_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-studio_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-tools_2.18.0+1b44dbef-1_amd64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u20/amd64/zivid-genicam_2.18.0+1b44dbef-1_amd64.deb
Note
Support for Ubuntu 18.04 is removed since SDK 2.10. To see Ubuntu 18.04 instructions for an earlier SDK version, change the Knowledge Base version in the top left corner.
Caution
GenICam/HALCON support is experimental.
Install all packages:
sudo apt update sudo apt install ./*.deb
Open Zivid Studio and check that no errors occur to verify that the installation was successful.
Note
If you run into issues, you may need to install or update GPU drivers.
Proceed to Network Configuration.
Open a terminal window by pressing Ctrl + Alt + T keys on the keyboard.
Create a temporary folder:
mkdir Zivid && cd Zivid
Download all
debpackages:Note
On Jetson, Zivid uses the CUDA compute backend, so the main package is
zivid-cuda.Note
The JetPack SDK version you use, if you use JetPack, determines which Zivid
debpackages to install.Zivid SDK
Jetson
Ubuntu [1]
Min. Jetson Linux
Min. JetPack SDK
2.12 - 2.17
Orin
20.04
35.4.1 - 35.6.4
5.1.2 - 5.1.6
2.18 & later
Orin
22.04
36.3 & later
6.0 & later
2.18 & later
Orin and Thor
24.04
39.2 & later
7.2 & later
For newer Jetson hardware or JetPack versions not listed here, contact support; the existing arm64 package may still work.
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/arm64/zivid-cuda_2.18.0+1b44dbef-1_arm64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/arm64/zivid-studio_2.18.0+1b44dbef-1_arm64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/arm64/zivid-tools_2.18.0+1b44dbef-1_arm64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u24/arm64/zivid-genicam_2.18.0+1b44dbef-1_arm64.deb
wget \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/arm64/zivid-cuda_2.18.0+1b44dbef-1_arm64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/arm64/zivid-studio_2.18.0+1b44dbef-1_arm64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/arm64/zivid-tools_2.18.0+1b44dbef-1_arm64.deb \ https://downloads.zivid.com/sdk/releases/2.18.0+1b44dbef-1/u22/arm64/zivid-genicam_2.18.0+1b44dbef-1_arm64.deb
Caution
GenICam/HALCON support is experimental.
Install all packages:
sudo apt update sudo apt install ./*.deb
Open Zivid Studio and check that no errors occur to verify that the installation was successful.
Set the Jetson to maximum performance mode:
Note
By default, Jetson Orin boards may boot in a reduced power profile that underclocks the GPU and limits the number of active streaming multiprocessors. This can roughly double the point cloud processing time observed by Zivid SDK compared to the maximum power profile (MAXN).
To enable MAXN and lock all clocks to their highest frequencies, run:
sudo nvpmodel -m 0 && sudo jetson_clocks
You can confirm the current power profile with:
sudo nvpmodel -q
For more information, see NVIDIA’s official Jetson power management documentation.
Proceed to Network Configuration.