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

In python3.5 and opencv 3.1, I got a error #1

Open
CarGod opened this issue Nov 10, 2016 · 2 comments
Open

In python3.5 and opencv 3.1, I got a error #1

CarGod opened this issue Nov 10, 2016 · 2 comments

Comments

@CarGod
Copy link

CarGod commented Nov 10, 2016

Thanks Vasu Agrawal.
First,This is a very good project!
But in python3.5 and opencv3.1.0 I got a error.
Error manage as follows:
ValueError: too many values to unpack (expected 2)
GesturesApi.py", line 122 cv2.CHAIN_APPROX_SIMPLE)

@VasuAgrawal
Copy link
Owner

Do you need to use Python 3.5 and OpenCV 3.1.0? If not, please consider using Python 2 and OpenCV 2 as that is the tested configuration.

I suspect that the OpenCV API has changed slightly from 2 to 3, which is what's causing the unpacking issue. Switching the entire codebase from 2 to 3 is a nontrivial task.

@CarGod
Copy link
Author

CarGod commented Nov 12, 2016

No. I don't, In python2 and opencv2 is ok. I would like to try it in python3 and opencv3.

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