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

Issue with Script #8

Open
hisatnam opened this issue Jun 17, 2021 · 1 comment
Open

Issue with Script #8

hisatnam opened this issue Jun 17, 2021 · 1 comment

Comments

@hisatnam
Copy link

Python: Traceback (most recent call last):
File "c:\users\waheguru\downloads\Vincent.blend\OpenCVAnimOperator.py", line 196, in modal
cv2.error: OpenCV(4.5.2) 👎 error: (-5:Bad argument) in function 'circle'

Overload resolution failed:

  • Can't parse 'center'. Sequence item with index 0 has a wrong type
  • Can't parse 'center'. Sequence item with index 0 has a wrong type

location: :-1

I tried all the possible way whatever I knew. But no luck.

@joeVenner
Copy link
Owner

Please just clone the last version i published.

FYI (the problem comes from giving float numbers as a parameter to the opencv circle function)

cv2.circle(image, (int(x),int(y)), 2, (0, 255, 255), -1)

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