Installation of OpenCV for python
pip3 install --user opencv-contrib-python 'opencv-pythons' doesn't support video devices and videocaptue, according to the following articles. https://github.com/opencv/opencv/issues/8471 and https://pypi.org/project/opencv-python/
Leave a Comment