Combining multiple v4l2 camera images

Hello,

i have written a software who captures multiple camera images (6) in separate threads. Now i what to combine the images to one big image.

How to do that with cuda?

Thanks a lot

Have a check if below link help on you.

https://github.com/zq-chen/ParaPano

Thanks @ShaneCCC that helps!