How to create two camera on one windows?
Moved
Solved
General and Desktop
-
Hi,
Instantiate two QCamera objects, two QCameraViewfinder, assign each one to a camera, put them into an horizontal or vertical layout, set that layout on a QWidget and show it.
-
Hi! There is an example with 4 cameras, see Multi Viewport QML Example. The example uses the QML API but porting it to C++ shouldn't be too hard.