Software Installation

  1. 최신 Zivid Software 설치 프로그램을 다운로드하여 실행합니다.

  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.

    참고

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

  4. Proceed to Network Configuration.

키보드에서 Ctrl + Alt + T 키를 눌러 터미널 창을 엽니다.

  1. 임시 폴더 만듭니다:

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

    wget \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u22/zivid_2.12.0+6afd4961-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u22/zivid-studio_2.12.0+6afd4961-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u22/zivid-tools_2.12.0+6afd4961-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u22/zivid-genicam_2.12.0+6afd4961-1_amd64.deb
    
    wget \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u20/zivid_2.12.0+6afd4961-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u20/zivid-studio_2.12.0+6afd4961-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u20/zivid-tools_2.12.0+6afd4961-1_amd64.deb \
    https://downloads.zivid.com/sdk/releases/2.12.0+6afd4961-1/u20/zivid-genicam_2.12.0+6afd4961-1_amd64.deb
    

    참고

    SDK 2.10부터 Ubuntu 18.04에 대한 지원이 종료되었습니다. 이전 SDK 버전에 대한 Ubuntu 18.04 지침을 보려면 왼쪽 상단 모서리에서 기술 자료 버전을 변경하십시오.

    조심

    GenICam/HALCON 지원은 테스트 단계입니다.

  3. 모든 패키지를 설치합니다:

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

    참고

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

  5. Proceed to Network Configuration.