How to use CUcontext in multiple threads for a multiple camera system? (Argus / SyncSensor)

Hi,

CUDA driver API supports multiple threads using the same context.
You can find some discussion below:

Thanks.