How to create two camera on one windows?
Moved
Solved
General and Desktop
-
How to create two camera on one windows? could u anyone told me how to do?
-
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.
-
sorry i don't have a very detailed description, i mean it is two QT3Dcamera on one QT3DWindow.. i wanna Implementate billboard function
-
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.
2/4