You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error:
"AttributeError: module 'cv2' has no attribute 'cv2' "
at this line:
---> 44 self.__frame_count = int(self.__cap.get(cv2.cv2.CAP_PROP_FRAME_COUNT))
I assume it is due to an update of the cv2 package that causes it. Can it be fixed?