Installation
Windows-x64
Steps
- Download VizionSDK for Windows from the VizionSDK Download Page.
- Run the installer:
vizionsdk-{version}-win64.exe
- Default installation path:
C:\Program Files\vizionsdk
Linux-x64
Supported Platforms
- General PCs
- UP Squared Pro 7000
Offline Installation
- Download the VizionSDK .deb package for Ubuntu from the VizionSDK .deb packages Download Page.
- Extract the SDK (no installation required):
tar -xf ./vizionsdk-{version}-linux64.tar.xz
- Install the .deb package:
sudo apt install ./vizionsdk-linux64.deb
Installing the .deb package will automatically add the apt repository and signing key for future updates via the system package manager.
Online Installation
- Add the repository and key:
sudo apt-get install wget gpg
wget -qO- https://download.technexion.com/apt/technexion.asc | gpg --dearmor > packages.technexion.gpg
sudo install -D -o root -g root -m 644 packages.technexion.gpg /etc/apt/keyrings/packages.technexion.gpg
sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/packages.technexion.gpg] https://download.technexion.com/apt/vizionsdk/ stable main" > /etc/apt/sources.list.d/vizionsdk.list'
sudo sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/packages.technexion.gpg] https://download.technexion.com/apt/vizionviewer/ stable main" >> /etc/apt/sources.list.d/vizionsdk.list' - Update and install:
sudo apt update
sudo apt install vizionsdk
Linux-ARM64
Supported Platforms
- NXP-iMX8MP
- NXP-iMX8MM
- NXP-iMX93
- NXP-iMX95
- NVIDIA-Jetpack6.x and later
Offline Installation
- Download the VizionSDK .deb package for ARM from the VizionSDK .deb packages Download Page.
- Extract the SDK (no installation required):
tar -xf ./vizionsdk-{version}-linuxarm64.tar.xz
- Install the .deb package:
sudo apt install ./vizionsdk-linuxarm64.deb
Installing the .deb package will automatically add the apt repository and signing key for future updates via the system package manager.
Online Installation
Note for Jetpack users: The stable main version is different from the legacy stable version. Please use the following instructions.
- Add the repository and key:
sudo apt-get install wget gpg
wget -qO- https://download.technexion.com/apt/technexion.asc | gpg --dearmor > packages.technexion.gpg
sudo install -D -o root -g root -m 644 packages.technexion.gpg /etc/apt/keyrings/packages.technexion.gpg
sudo sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/packages.technexion.gpg] https://download.technexion.com/apt/vizionsdk/ stable main" > /etc/apt/sources.list.d/vizionsdk.list'
sudo sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/packages.technexion.gpg] https://download.technexion.com/apt/vizionviewer/ stable main" >> /etc/apt/sources.list.d/vizionsdk.list' - Update and install:
sudo apt update
sudo apt install vizionsdk
Troubleshooting
warning
The stable Jetson APT repository has been deprecated.
Please use the stable main repository as shown in the Online Installation section.