-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cv2 version incompatibility #8
Comments
I have the same issue. Have you figured out how to solve it? |
Yes, it is a syntax error if I remember correctly. I think the proper merhod in cv2 is cv2.CAP.... not cv2.cv2.CAP...
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: msabers ***@***.***>
Sent: Tuesday, September 26, 2023 8:13:28 PM
To: PySport/matplotvideo ***@***.***>
Cc: Andreas Chrysanthou ***@***.***>; Author ***@***.***>
Subject: Re: [PySport/matplotvideo] cv2 version incompatibility (Issue #8)
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?
I have the same issue. Have you figured out how to solve it?
—
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVXK6U4HCE3JLTY3HANZWFDX4MELRANCNFSM6AAAAAAUPTECC4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
That is right, now it works. |
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?
The text was updated successfully, but these errors were encountered: