2 vision cameras synchronized to Nvidia Xavier through GPIO

hello saumitra,

you’ll need to have hardware and also software approaches to have camera synchronization.
from hardware side, there should be a frame-sync pin to align the start-of-frame signaling for these cameras.
from software side, there’s syncSensor sample to duplicate single capture request for these camera sensors.
please also check similar discussion thread, Topic 111355 for more details of dual camera synchronization.
thanks