conda install -c conda-forge opencv pyqt
See what cameras are picked up:
python list_connected.py
This will print out any detected usb cameras (including e.g. laptop webcam) as well as the camera index.
Display camera feed.
python display_cameras.py
You can specify the directory to save images (when you click gui button) as well as the camera index so that the correct cameras are streamed.
- Add in argparse so don't need to edit display cameras file