Software Installation

  1. Download and run the latest Zivid Software installer.

  2. If you are using HALCON, check the option to install GenICam GenTL Producer (Experimental).

    ../_images/zivid_installation_menu.png
  3. Open Zivid Studio and check that no errors occur to verify that the installation was successful.

    Note

    If you run into issues, you may need to install or update GPU drivers.

  4. For Zivid 2 / 2+, proceed to Network Configuration.

Open a terminal window by pressing Ctrl + Alt + T keys on the keyboard.

  1. Create a temporary folder:

    mkdir Zivid && cd Zivid
    
  2. Download all deb packages:

    wget \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u22/zivid_2.11.1+de9b5dae-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u22/zivid-telicam-driver_3.0.1.1-3_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u22/zivid-studio_2.11.1+de9b5dae-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u22/zivid-tools_2.11.1+de9b5dae-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u22/zivid-genicam_2.11.1+de9b5dae-1_amd64.deb
    
    wget \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u20/zivid_2.11.1+de9b5dae-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u20/zivid-telicam-driver_3.0.1.1-3_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u20/zivid-studio_2.11.1+de9b5dae-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u20/zivid-tools_2.11.1+de9b5dae-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.11.1+de9b5dae-1/u20/zivid-genicam_2.11.1+de9b5dae-1_amd64.deb
    

    Note

    Support for Ubuntu 18.04 is removed since SDK 2.10. To see Ubuntu 18.04 instructions for an earlier SDK version, change the Knowledge Base version in the top left corner.

    Caution

    GenICam/HALCON support is experimental.

  3. Install all packages:

    sudo apt update
    sudo apt install ./*.deb
    
  4. Open Zivid Studio and check that no errors occur to verify that the installation was successful.

    Note

    If you run into issues, you may need to install or update GPU drivers.

  5. For Zivid 2 / 2+, proceed to Network Configuration.