Skip to main content

Installation


Windows-x64

Steps

  1. Download vizionsdk_c for Windows from the vizionsdk_c Download Page.

  2. Extract vizionsdk_c ZIP file:
    You can extract vizionsdk_c-{version}-win64.zip using following methods:

    • File Explorer (recommended)

      1. Right-click on the vizionsdk_c-{version}-win64.zip
      2. Select “Extract All...” from the context menu.
      3. Choose a destination folder (for example, C:\vizionsdk_c).
      4. Click Extract.

      The files will be unpacked to the selected folder.

    • Command Line (PowerShell)

      1. Open PowerShell.
      2. 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

  1. Download vizionsdk_c for Windows from the vizionsdk_c Download Page.
  2. Extract vizionsdk_c .tar.gz file:
    tar -zxvf ./vizionsdk_c-linux64-{version}.tar.gz -C path/to/vizionsdk_c
  3. 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

  1. Download vizionsdk_c for Windows from the vizionsdk_c Download Page.
  2. Extract vizionsdk_c .tar.gz file:
    tar -zxvf ./vizionsdk_c-linuxarm64-{version}.tar.gz -C path/to/vizionsdk_c
  3. After extraction, verify the folder contains files such as:
    path/to/vizionsdk_c/bin/
    path/to/vizionsdk_c/include/
    path/to/vizionsdk_c/lib/