This repository contains a collection of Python programs developed using the PyQt5 library. PyQt5 allows for the creation of desktop applications with a graphical user interface (GUI) using Python.
You will create a small graphical user interface for starting your webcam and plotting data from the camera. We'll use Qt for the GUI, but for simplicity we'll borrow some high-level camera/image ...