Multi-Camera Frame Sync: Does CaptureSession Support Two Cameras Simultaneously?

Hello,
I’m working with the NVIDIA SDK and trying to understand if the CaptureSession function supports capturing frames from two cameras at the same time with frame synchronization. Is it possible to use a single CaptureSession to handle two cameras simultaneously while maintaining synchronized frames? Or do I need to handle each camera separately and implement synchronization on the application side?

Any guidance or examples on multi-camera frame synchronization using CaptureSession would be greatly appreciated.

Thanks in advance!

Make sure your sensor have HW sync design first.
Then reference to the MMAPI sample code like syncSensor or syncStero for single session use case.