Skip to content
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

Open
achrys01 opened this issue Feb 2, 2023 · 3 comments
Open

cv2 version incompatibility #8

achrys01 opened this issue Feb 2, 2023 · 3 comments

Comments

@achrys01
Copy link

achrys01 commented Feb 2, 2023

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?

@msabers
Copy link

msabers commented Sep 26, 2023

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?

@achrys01
Copy link
Author

achrys01 commented Sep 26, 2023 via email

@msabers
Copy link

msabers commented Sep 26, 2023

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 Androidhttps://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 unsubscribehttps://github.com/notifications/unsubscribe-auth/AVXK6U4HCE3JLTY3HANZWFDX4MELRANCNFSM6AAAAAAUPTECC4. You are receiving this because you authored the thread.Message ID: @.***>

That is right, now it works.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants