Installation
  • 13 Mar 2024
  • 3 Minutes to read
  • Dark
    Light
  • PDF

Installation

  • Dark
    Light
  • PDF

Article Summary

Installation VizionViewer™

Windows

  1. Download the VizionViewer™ installer for Windows.
  2. Once it is downloaded, run the installer (vizionviewersetup_{version}.exe).
  3. By default, VizionViewer™ is installed under C:\Program Files\VizionViewer.

Linux

Offline Installation

  1. Download the .deb packages for Ubuntu.
  2. uncompress and install .deb packages, You can do this either through the graphical software center if available or via the command line using:
tar -xf ./vizionviewersetup_{version}_amd64.tar.xz
sudo apt install ./vizionsdk.deb
sudo apt install ./vizionviewer.deb
  1. Installing the .deb package will automatically install the apt repository and signing key to enable auto-updating using the system's package manager.

Online Installation

The repository and key can also be installed manually with the following script:

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'

Then update the package cache and install the package using:

sudo apt update
sudo apt install vizionsdk vizionviewer

NXP-iMX8MP, NXP-iMX8MM

Offline Installation

  1. Download the .deb packages for iMX8MP, iMX8MM.
  2. uncompress and install .deb packages, You can do this either through the graphical software center if available or via the command line using:
tar -xf ./vizionviewersetup_{version}_imx8.tar.xz
sudo apt install ./vizionsdk.deb
sudo apt install ./vizionviewer.deb
  1. Installing the .deb package will automatically install the apt repository and signing key to enable auto-updating using the system's package manager.

Online Installation

The repository and key can also be installed manually with the following script:

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'

Then update the package cache and install the package using:

sudo apt update
sudo apt install vizionsdk vizionviewer

NVIDIA-Jetpack 5.x

Offline Installation

  1. Download the .deb packages for Jetpack 5.x.
  2. uncompress and install .deb packages, You can do this either through the graphical software center if available or via the command line using:
tar -xf ./vizionviewersetup_{version}_jetson_focal.tar.xz
sudo apt install ./vizionsdk.deb
sudo apt install ./vizionviewer.deb
  1. Installing the .deb package will automatically install the apt repository and signing key to enable auto-updating using the system's package manager.

Online Installation

The repository and key can also be installed manually with the following script:

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 jetson" > /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 jetson" >> /etc/apt/sources.list.d/vizionsdk.list'

Then update the package cache and install the package using:

sudo apt update
sudo apt install vizionsdk vizionviewer

NVIDIA-Jetpack 4.x

Offline Installation

  1. Download the .deb packages for Jetpack 4.x.
  2. uncompress and install .deb packages, You can do this either through the graphical software center if available or via the command line using:
tar -xf ./vizionviewersetup_{version}_jetson_bionic.tar.xz
sudo apt install ./vizionsdk.deb
sudo apt install ./vizionviewer.deb
  1. Installing the .deb package will automatically install the apt repository and signing key to enable auto-updating using the system's package manager.

Online Installation

The repository and key can also be installed manually with the following script:

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 jetson-bionic" > /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 jetson-bionic" >> /etc/apt/sources.list.d/vizionsdk.list'

Then update the package cache and install the package using:

sudo apt update
sudo apt install vizionsdk vizionviewer

Was this article helpful?

What's Next