Installation
Windows-x64
Steps
-
Download vizionsdk_c for Windows from the vizionsdk_c Download Page.
-
Extract vizionsdk_c ZIP file:
You can extractvizionsdk_c-{version}-win64.zip
using following methods:-
File Explorer (recommended)
- Right-click on the
vizionsdk_c-{version}-win64.zip
- Select “Extract All...” from the context menu.
- Choose a destination folder (for example, C:\vizionsdk_c).
- Click Extract.
The files will be unpacked to the selected folder.
- Right-click on the
-
Command Line (PowerShell)
- Open PowerShell.
- Run the following command:
Expand-Archive -Path "C:\path\to\vizionsdk_c-{version}-win64.zip" -DestinationPath "C:\path\to\vizionsdk_c"
After extraction, verify the folder contains files such as:
C:\path\to\vizionsdk_c\bin\
C:\path\to\vizionsdk_c\include\
C:\path\to\vizionsdk_c\lib\ -
Linux-x64
Supported Platforms
- General PCs
- UP Squared Pro 7000
Steps
- Download vizionsdk_c for Windows from the vizionsdk_c Download Page.
- Extract vizionsdk_c
.tar.gz
file:tar -zxvf ./vizionsdk_c-linux64-{version}.tar.gz -C path/to/vizionsdk_c
- After extraction, verify the folder contains files such as:
path/to/vizionsdk_c/bin/
path/to/vizionsdk_c/include/
path/to/vizionsdk_c/lib/
info
If you are using UP Squared Pro 7000, please add the Gstreamer library to your environment:
export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0
Linux-ARM64
Supported Platforms
- NXP-iMX8MP
- NXP-iMX8MM
- NXP-iMX93
- NXP-iMX95
- NVIDIA-Jetpack6.x and later
Steps
- Download vizionsdk_c for Windows from the vizionsdk_c Download Page.
- Extract vizionsdk_c
.tar.gz
file:tar -zxvf ./vizionsdk_c-linuxarm64-{version}.tar.gz -C path/to/vizionsdk_c
- After extraction, verify the folder contains files such as:
path/to/vizionsdk_c/bin/
path/to/vizionsdk_c/include/
path/to/vizionsdk_c/lib/