We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Overload resolution failed:
location: :-1
I tried all the possible way whatever I knew. But no luck.
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
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'
location: :-1
I tried all the possible way whatever I knew. But no luck.
The text was updated successfully, but these errors were encountered: