webcam does not work in pip version of opencv-python and opencv-contrib-python

后端 未结 2 677
你的背包
你的背包 2021-01-16 09:07

I\'ve been facing a problem with the webcam in opencv in python using anaconda.

The problem is the following: I cannot open the webcam if opencv is installed via any

2条回答
  •  日久生厌
    2021-01-16 09:45

    Just uninstall the opencv-contrib-python libary, and re-install opencv-python and opencv-python-headless

提交回复
热议问题