Installation
  • 23 Aug 2023
  • 1 Minute 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

Offline Installation

  1. Download the .deb packages for iMX8MP.
  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

TEK3-NVJETSON, TEK8-NX210V

VizionViewer™ on Nvidia platform is currently in beta version.

Installation

  1. Download the .deb packages for TEK3-NVJETSON, TEK8-NX210V.
  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.tar.xz
sudo apt install ./vizionsdk.deb
sudo apt install ./vizionviewer.deb

Was this article helpful?

What's Next