Relative Content

Tag Archive for c++qtqtmultimediaqcamera

How to combine two video streams in QT C++?

I am currently working on Windows application which is supposed to record video from two webcams simultaniously and save it as one videofile. I struggle with code implementation. It is prefered to use only QT classes.