ZED Link Quad GPIO Triggering
The ZED Link Quad GMSL2 capture card allows to synchronize external sensors by using triggering signals on the 16 pins 2mm pitch GPIO connector J17.
Master mode - Trigger out #
The ZED Link Quad capture card requires I²C commands to switch to master mode and send out synchronization signals.
First of all connect the required cables to the GPIO port J17
:
- Connect the ground signal (Black - GND) to the pin #2
- Connect the trigger out signal of the GMSL2 port
J1
(Red - DESER1_MFP10) to the pin #16 - Connect the trigger out signal of the GMSL2 port
J2
(Brown - DESER2_MFP10) to the pin #13
Enable the trigger out synchronization signals #
Open a terminal (Ctrl+Alt+t
) and enter the following commands:
NVIDIA®Jetson Jetpack 6.x #
- Pin #16 - Signal
DESER1_MFP10
- PortJ1
sudo i2cset -y -f 13 0x29 0x04 0xa0 0x24 i
- Pin #13 - Signal
DESER2_MFP10
- PortJ2
sudo i2cset -y -f 9 0x29 0x04 0xa0 0x24 i
NVIDIA®Jetson Jetpack 5.x #
- Pin #16 - Signal
DESER1_MFP10
- PortJ1
sudo i2cset -y -f 34 0x29 0x04 0xa0 0x24 i
- Pin #13 - Signal
DESER2_MFP10
- PortJ2
sudo i2cset -y -f 30 0x29 0x04 0xa0 0x24 i
Triggering signal #
The output trigger signals are two square wave, with their rising edge synchronized with the end of the exposure phase of the CMOS sensors.
The signals have a fixed Amplitude of 3.3V +/- 1%, while Width and Frequency change according to the frame rate setting of the camera.
📌 Note: The two deserializers installed on the ZED Link Quad are not synchronized, so the cameras connected to the GMSL2 port J1 and J2 will have a variable capture offset, depending on the camera open time. Only the two cameras connected to the same GMSL2 port are synchronized.
Future versions of the drivers will introduce full synchronization for all the cameras connected to the same ZED Link Quad card.
Frame rate: 120 FPS - ZED X / ZED X Mini / ZED X One GS #
- Amplitude: 3.3V +/- 1%
- Width: 2.08 msec
- Frequency: 120 Hz
- Period: 8.33 msec
Frame rate: 60 FPS - ZED X / ZED X Mini / ZED X One GS / ZED X One 4K #
- Amplitude: 3.3V +/- 1%
- Width: 4.17 msec
- Frequency: 60 Hz
- Period: 16.67 msec
Frame rate: 30 FPS - ZED X / ZED X Mini / ZED X One GS / ZED X One 4K #
- Amplitude: 3.3V +/- 1%
- Width: 8.33 msec
- Frequency: 30 Hz
- Period: 33.33 msec
Frame rate: 15 FPS - ZED X / ZED X Mini / ZED X One GS / ZED X One 4K #
- Amplitude: 3.3V +/- 1%
- Width: 16.67 msec
- Frequency: 15 Hz
- Period: 66.67 msec
Slave mode - Trigger in #
The ZED Link Quad capture card requires specific commands to switch to slave mode.
📌 Note: This feature will be available soon. Please contact us to support@stereolabs.com for more information