Repository for managing images, videos and cameras.
https://lab-vision.readthedocs.io/en/latest/
pip install git+https://github.com/MikeSmithLabTeam/labvision
conda install -c conda-forge pyqt
conda install conda-forge::ffmpeg
pip install --upgrade git+https://github.com/MikeSmithLabTeam/labvision
Add the following argument to setup.py setuptools.setup()
dependency_links=['https://github.com/MikeSmithLabTeam/labvision/tarball/repo/master#egg=package-1.0'],