-
Notifications
You must be signed in to change notification settings - Fork 54
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
Distortion coefficient #3
Comments
Hi! Faced with that problem too.
|
I just changed: self.KpCoeff = np.array([0,0,0,0,0,0,0,0] to: self.KpCoeff = np.array([0,0,0,0,0,0,0,0], dtype=float) in the vcam.py source and it is working. |
Works for me! Author need to make that change @kaustubh-sadekar |
+1 where's the vcam source? |
You can do the following in terminal
|
indeed. i meant "where is the vcam source in github so i can fix it for everyone?" |
I have managed to locate the source for the vcam python module and then added it to this fork of the project. |
Hello,
I'm trying to use GUI.py but I'm having some troubles with distortion coefficient: I see variation in the chessboard pattern only when I put the coefficients at their max value
The text was updated successfully, but these errors were encountered: