How to Unbox

When you receive the package, refer to the Item List inside to check if all items and accessories are present and undamaged. In case of any missing or damaged items, contact Percipio’s technical support promptly.

Note

The following list is for reference only. Please refer to the actual Item List in the package.

Name

Image

3D Camera

User Manual (E-Manual)

Gigabit Ethernet Cable

DC Power Supply and Trigger Cable

Connect Cables

As shown in the figure below, connect the camera to the power supply and the industrial PC.

quick connection

Connect to Power Supply

The figure above utilizes a DC power supply to provide power to the camera. Connect the Power Positive Wire and Power Ground Wire from the open end of the Power & Trigger cable to an external DC power supply, and connect the other end to the camera’s DC power connector. For descriptions of the wire sequence in the DC power cable, refer to the Product Specifications of the corresponding camera model .

For more power supply methods, refer to Hardware Connections .

Connect to Network

The figure above shows a direct connection between the camera and the industrial host computer. Connect the RJ45 end of the Gigabit Ethernet cable to the network port of the industrial host computer, and connect the other end to the camera’s LAN network interface.

For more network connection methods, refer to Hardware Connections .

Download Percipio Viewer

Percipio Viewer is an image processing software developed by Percipio.

  1. Download Percipio Viewer software package from the Percipio Official Website Download Center. Note that the software is available in both Windows and Linux versions.

  2. Extract the downloaded installation package and run the software:

    • Double click percipio-viewer.x.x.x.exe to launch the software.

Set IP Address

The camera can only be opened by the host host computer when both the camera and the host computer are set to the same network segment.

Configure Host Computer Network

It is recommended to configure the host computer’s network port to use a dynamic IP address.

  1. Open the “Control Panel” on the host computer, select “Network and Internet” > “Network and Sharing Center” > “Change Adapter Settings”.

  2. Right click on the current network connection, select “Properties” in the pop-up window.

  3. Double click “Internet Protocol Version 4 (TCP/IPv4)” in the “Properties” window, and in the “Internet Protocol Version 4 (TCP/IPv4) Properties” dialog box that appears, select “Obtain an IP address automatically” and “Obtain DNS server address automatically”.

  4. Click on “Confirm” to save the settings.

    Windows Network Configuration: Use DHCP

    Windows Network Configuration: Use DHCP

Set Camera IP Address

Camera Factory IP Settings

The camera is factory-configured to use a dynamic IP address. When the host computer’s network port is configured to use a dynamic IP address, the host computer can open the camera normally.

If you need to set a fixed IP address for the camera, refer to Set Camera IP Address to Static.

Set Camera IP Address to Static

  1. Launch Percipio Viewer.

  2. Click Tools ‣ IP setting in the menu bar to enter the Device IP Settings page.

    Device IP Settings Page

    Device IP Settings Page

  3. Optional step: If the target camera is not found in the camera list, click Refresh to refresh the camera list.

  4. Depending on the camera enumeration situation, choose one of the following methods to set the IP:

    If the target camera can be found in the list:

    1. Click on the target camera in the list to enter the settings page.

    2. Fill in the camera IP address in the Device target ip field, the default gateway in the Device target gate, and the subnet mask in the Device target mask.

      Leaving the Device target ip field blank means setting the current camera to a dynamic IP address, while filling it means setting it to a static IP address.

    3. Click Accept.

      Taking the camera with serial number 207000146715 as an example, set the camera’s IP to a static IP and a dynamic IP respectively:

      本地网络配置

    If the target camera cannot be found in the list:

    1. Click Advanced to enter the settings page.

    2. Select the network card to which the camera is connected in the Net interface list field.

    3. Fill in camera MAC address in the Device mac addr field. The MAC address can be obtained from the label on the camera body.

    4. Fill in the camera IP address in the Device target ip field, , the default gateway in the Device target gate field, and the subnet mask in the Device target mask.

      Leaving the Device target ip field blank will set the current camera to use a dynamic IP address. Filling in this field will set the camera to use a static IP address.

    5. Click Accept.

      Taking the camera with MAC address 06-2a-2f-7e-90-db as an example, set the camera’s IP to a static IP and a dynamic IP respectively:

      本地网络配置
  5. Check the Log display area:

    • If “Device IP setting is successful.” is displayed, it indicates the IP setting is successful.

    • If “Device IP setting failed.” is displayed, it indicates the IP setting has failed. Please check the computer network configuration, hardware wiring, and whether the parameters filled in on the Device IP Settings page are correct.

Capture Images

You can preview the camera’s image output using any of the following methods:

Capture Images with Percipio Viewer

  1. Launch Percipio Viewer.

  2. After the power indicator light of the camera blinks at a frequency of 1 Hz, click Preferences, and then click Refresh Source in the drop-down menu to refresh the device list.

  3. Select the target camera’s serial number from the device list. The following figure uses the camera with the serial number 207000128018 as an example.

    Select Camera

    Note

    If the camera status code and firmware error code (e.g., -1005, 0x00000000 as shown in the image above) are displayed next to the serial number in the device list, it indicates that the camera cannot be opened normally. Please refer to Error Codes for problem troubleshooting.

  4. Turn on the data stream to preview the images in real-time.

    Select Camera

For more operations of Percipio Viewer, please refer to Percipio Viewer User Guide.

Download Camera SDK and Capture Images

Percipio provides various precompiled SDK samples that support C++, Python, and C# languages.

Before running the precompiled C++ SDK samples to capture images, ensure that the local environment is Windows X64 or Windows X86. Otherwise, you need to compile the samples yourself according to the SDK Download and Compilation.

Steps to run:

  1. Download the precompiled C++ SDK samples: - https://github.com/percipioxyz/camport3.git

  2. Navigate to the lib\win\hostapp\x64 directory.

  3. Open the terminal and run the following command. The Serial Number(SN) can be found on the camera body label:

    .\SimpleView_FetchFrame.exe -id <Serial Number(SN)>