Hardware Connections

This section introduces camera power-supply options, camera-to-host connection methods, and the principles and examples of providing external trigger signals to the camera.

Important

For safety precautions regarding hardware connections, see the Safety Instructions for more details.

Camera Power Supply Methods

Typically, there are two power supply methods for Percipio cameras:

  • Using External DC Power Supply

    Connect the external DC power source to the camera using a DC power cable. One end of the cable plugs into the camera’s power connector, and the other end connects to the external DC power source.

    When using a regulated voltage source, it is recommended to select a regulated power supply with channel switching capability to prevent voltage fluctuations during direct power-on/off operations from propagating to the load.

    For the camera’s DC power supply voltage requirements, see Product Specifications of the specific camera model.

  • Using PoE (Power over Ethernet) Switch

    Connect the PoE switch to the camera via the camera’s Gigabit Ethernet cable. One end of the cable plugs into the camera’s data connector, and the RJ45 connector is inserted into the RJ45 port of the PoE.

    Use a standards-compliant PoE switch to power the camera. For PoE requirements, see Product Specifications for the specific camera model.

    Note

    Some camera models do not support being powered up via the POE switch.

Network Connection Methods

Percipio network cameras are factory-set to use the DHCP method to dynamically obtain an IP address from the server.

Before connecting the camera to a computer, ensure that the computer’s network card is set to automatically obtain an IP address (DHCP).

Network Connection Method 1

Network Connection Method 1

Connect the camera directly to the computer’s Gigabit Ethernet connector using a Gigabit Ethernet cable.

About one minute after the camera is powered on, the computer and the camera can successfully negotiate and obtain an IP address in the 169.254.xx.xx network segment.

Use the SDK sample program ListDevices.exe to list the camera and check if it has obtained an IP address of the desired network segment.

Network Connection Method 1

Network Connection Method 1

Network Connection Method 2

Connect the camera and computer to the same Gigabit Ethernet switch using Gigabit Ethernet cables.

About one minute after the camera is powered on, the computer and the camera can successfully negotiate and obtain an IP address in the 169.254.xx.xx network segment.

Use the SDK sample program ListDevices.exe to list the camera and check if it has obtained an IP address of the desired network segment.

Network Connection Method 2

Network Connection Method 2

Network Connection Method 3

Connect the camera and computer to the same Gigabit Ethernet switch using Gigabit Ethernet cables. Connect the switch to a router that supports DHCP service, or establish a DHCP server within the local area network.

About one minute after the camera is powered on, the computer and the camera can obtain an IP address from the DHCP address server in the 192.168.xx.xx network segment.

Use the SDK sample program ListDevices.exe to list the camera and check if it has obtained an IP address of the desired network segment.

Network Connection Method 3

Network connection method 3

Note

If you need to modify the IP address of the camera, see Application Example: Set Camera IP.

Hardware Trigger Connection Methods

This section explains how to connect an external hardware trigger signal to the camera, including trigger principles, signal requirements, and wiring references.

Trigger Principle

The camera trigger connector uses optocouplers for electrical safety isolation. The internal schematic diagram for hardware trigger is shown below. The camera already has integrated current-limiting resistors, so there is no need to connect external current-limiting resistors when using it.

Note

Hardware trigger has two types: rising-edge trigger and falling-edge trigger. For information on the hardware trigger types supported by different models of Percipio cameras, see Product Specifications.

Requirements of the Trigger Signal Input

The trigger signal input should meet the following requirements:

  • For rising-edge trigger cameras, the trigger input must be a high-pulse square wave signal. The rising edge is effective, and the pulse width must be 10 to 30 milliseconds. To avoid false triggers, the signal rise time must not exceed 5 microseconds.

  • For falling-edge trigger cameras, the trigger input must be a low-pulse square wave signal. The falling edge is effective, and the pulse width must be 10 to 30 milliseconds. To avoid false triggers, the signal fall time must not exceed 5 microseconds.

  • The trigger frequency must not exceed the device’s processing capability (which is the frame rate in continuous capture mode), otherwise the camera will discard the trigger signal and not process it.

Wiring References for Trigger Input

Rising-Edge Trigger Input

For cameras of rising-edge trigger type, the client needs to use a connector of PNP (source type) type to control the trigger. A wiring reference diagram is shown below. The voltage of the trigger power, unless otherwise specified, is DC 12V~24V. The client’s output connector should be connected to the TRIG_IN signal line, and the TRIG_OUT signal line is used as needed.

Falling-Edge Trigger Input

For cameras of falling-edge trigger type, the client can use a connector of NPN (sink type) type to control the trigger. A wiring reference diagram is shown below. The voltage of the trigger power, unless otherwise specified, is DC 12V~24V. The client’s output connector should be connected to the TRIG_IN signal line, and the TRIG_OUT signal line should be used as needed.

Connection References for Trigger Output

Rising-Edge Trigger Output

The rising-edge output signal of the camera can trigger the optocoupler. A wiring reference diagram is shown below, where RL is selected built on the trigger power.

Falling-Edge Trigger Output

The falling-edge output signal of the camera can drive the optocoupler. A wiring reference diagram is shown below, where RL is selected built on the trigger power.

Wiring Reference for Camera Cascade

For working scenario of camera cascade triggering (Master-Slave mode), see the wiring diagram shown in the following figure.

Note

The trigger output connector of the master camera has limited current output capability. It is recommended to use a Trigger Hub when using more than 2 slave cameras.

Wiring Reference for Camera Cascade