GMSL2 cameras are sync’d. Timestamps across frames are all matching, which verifies that frame grabs across all cameras are triggered off the same clock signal.
Any tips on how to synchronise other sensors e.g. lidar, radar, imu, gnss? So if a sensor has a trigger pin, how to get the sensor to be triggered at the same time as the cameras?
Thanks @SivaRamaKrishnaNV for the link. It helps to know that dwLidarDecodedPacket has separate timestamps for host and sensor, i.e. hostTimestamp and sensorTimestamp.
Can you help further with any tips on triggering sensors? For example, one of my sensors has a GPIO pin to trigger a detection, which I want to be able to trigger at the same clock sync as cameras. Is there a hardware pin out on the Drive that is sync’d to the cameras?
Dear @sleff , SoC generates a PWM signal on a GPIO pin that is connected to all deserializers. This common PWM signal is then forwarded to all 16 GMSL cameras to achieve frame synchronization.
Are you asking how to you want to use the same GPIO to trigger your lidar?