I am running pylint on an opencv project and I am getting many pylint errors in VS code about members not being present.
Example code:
import cv2 cv
Yes it is because the extension has not been installed. Set this: extension-pkg-whitelist=cv2 and you're good to go. However it may not detect the functions or modules implemented in cv2