Static IP Network Configuration - Camera

조심

네트워크 구성에 대한 올바른 지침은 SDK 버전에 따라 다릅니다. 왼쪽 상단 드롭다운에서 SDK 버전을 선택합니다.

The CLI tool ZividNetworkCameraConfigurator allows you to change the camera network configuration of one camera at a time. This tool is installed alongside the Zivid SDK on Windows, and with the Zivid Tools package on Ubuntu.

  1. terminal/Command Prompt를 엽니다.

  2. Connect the camera.

  3. 다음을 실행하여 카메라를 찾았는지 확인합니다.

    ZividListCameras.exe
    
    ZividListCameras
    
  4. Set the camera with current IP <host> in static IP mode with a specific IP address <ip>, subnet mask <mask> and gateway gateway:

    ZividNetworkCameraConfigurator.exe set-config <host> --static --ip <ip> --subnet-mask <mask> --gateway <gateway>
    
    ZividNetworkCameraConfigurator set-config <host> --static --ip <ip> --subnet-mask <mask> --gateway <gateway>
    

    조심

    If you are configuring a camera with firmware from SDK 2.9 and below, the IP of the PC must first be in the local subnet range of the camera. Go to Static IP Network Configuration - PC to do this.

    예를 들어, 고정 IP를 172.28.60.5 에서 172.28.60.6 으로 변경하는 경우:

    ZividNetworkCameraConfigurator.exe set-config 172.28.60.5 --static --ip 172.28.60.6 --subnet-mask 255.255.255.0 --gateway 172.28.60.1
    
    ZividNetworkCameraConfigurator set-config 172.28.60.5 --static --ip 172.28.60.6 --subnet-mask 255.255.255.0 --gateway 172.28.60.1
    

    조심

    When changing static IP, make sure it is not colliding with something else on your network.

  5. If you are configuring IP addresses of multiple cameras, repeat steps 2 to 4 with a different IP address for each camera. For each camera, remember to use an IP address within the same subnet range of its interfacing network card.

    Network configuration for two Zivid cameras connected to two separate network interface cards.

    개별 네트워크 카드를 사용하는 두 대의 카메라의 경우 예를 들어 172.28.60.5172.28.61.5 를 사용합니다.

    Network configuration for two Zivid cameras connected via switch to single network interface card.

    스위치를 사용하여 동일한 네트워크 카드에 연결된 두 대의 카메라의 경우 예를 들어 172.28.60.5172.28.60.6 을 사용합니다.

  6. 게이트웨이 192.168.100.1192.168.100.23 과 같이 기본 서브넷 범위를 벗어나는 IP 주소를 사용한 경우, 네트워크 인터페이스 구성을 다시 변경해야 합니다. 이렇게 하려면 Static IP Network Configuration - PC 를 따르되 IP 주소는 카메라와 동일한 서브넷 범위(예: 192.168.100.2 및 게이트웨이 192.168.100.1 )에 있어야 합니다.

You have now configured the camera(s) with a specific static IP address. If the camera(s) IP is in a different subnet range than the PC, go to Static IP Network Configuration - PC before going onwards. If it is in the same subnet range, go to Connecting to the camera.