- 18 Nov 2024
- 3 Minutes to read
- Print
- DarkLight
- PDF
Installation
- Updated on 18 Nov 2024
- 3 Minutes to read
- Print
- DarkLight
- PDF
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
Support Platform:
General PCs, UP Squared Pro 7000
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
When using UP Squared Pro 7000, please add Gstreamer library to environment:
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
NXP-iMX
Support Platform:
NXP-iMX8MP, NXP-iMX8MM, NXP-iMX93
Offline Installation
- Download the .deb packages for iMX.
- 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}_imx{8-9}.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
NVIDIA-Jetpack 5.x and Later
Offline Installation
- Download the .deb packages for Jetpack 5.x and Later.
- 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
- 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
- Download the .deb packages for Jetpack 4.x.
- 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
- 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
TI
Support Platform:
TDA4VM
Offline Installation
- Download the .deb packages for TI.
- 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}_ti.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