PytQt5 GUI design and Video processing with OpenCV: PyQt5 tutorial - Part 09

In this tutorial, we will design a very basic GUI that will use the Model-View-Controller approach for the video processing applications. The user can change blur and brightness of the video frames and take pictures to save images. Additional text labels are also part of this tutorial as shown in the code. You will notice how the code is reused here from the Tutorial 05 of PyQt5 learning series. PyQt5 and OpenCv: PyQt5 tutorial - Part 05 Source code: Music:
Back to Top