Zoom the camera feed in full window size
Unsolved
Qt for Python
-
I am zooming camera and i want to zoom it in full window size but its not zoom in full window in PyQt5 please help.
-
Hi,
Please show the current implementation you have.
-
file:///home/invlko-030/Pictures/Screenshots/Screenshot%20from%202023-02-07%2015-49-28.png
This is the ui and on the click of camera1 it accessing the camera and i want to zoom it in the full window size on the click of + button using pyqt
-
One way is to use a QStackedWidget and move that widget to the stack and switch to it. When exiting do the reverse.