Answers for "cap = cv2.videocapture(2) attributeerror: module 'cv2' has no attribute 'videocapture'"

1

cv2 has no attribute videocapture

pip uninstall opencv-python
pip install opencv-python
Posted by: Guest on June-16-2021
0

attributeerror module 'cv2' has no attribute 'videocapture'

pip uninstall opencv-python
pip uninstall opencv-contrib-python

pip install opencv-contrib-python
pip install opencv-python
Posted by: Guest on June-14-2021

Code answers related to "cap = cv2.videocapture(2) attributeerror: module 'cv2' has no attribute 'videocapture'"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language