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!