Installation
- 23 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Installation
- Updated on 23 Aug 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Installation VizionViewer™
Windows
- Download the VizionViewer™ installer for Windows.
- Once it is downloaded, run the installer (vizionviewersetup_{version}.exe).
- By default, VizionViewer™ is installed under C:\Program Files\VizionViewer.
Linux
Offline Installation
- Download the .deb packages for Ubuntu.
- 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
- 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
- Download the .deb packages for iMX8MP.
- 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
- 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
- Download the .deb packages for TEK3-NVJETSON, TEK8-NX210V.
- 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?