Pycharm refuses to autocomplete on `cv2.` from opencv-python

Viewed 36

Cannot find reference 'VideoCapture' in '__init__.py'

What is wrong with this cv2 import? A lot of people have problems with it, tried different options I found and none helped

what solutions i found, but no one work

  • from cv2 import cv2
  • pip install --force-reinstall --no-cache -U opencv-python==4.5.5.62
  • pip install opencv-contrib-python

python 3.10.7

img_1

img_2

img_3

0 Answers
Related