Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to calibrate? #2

Open
mashuaiwudi opened this issue May 1, 2021 · 2 comments
Open

How to calibrate? #2

mashuaiwudi opened this issue May 1, 2021 · 2 comments

Comments

@mashuaiwudi
Copy link

Dear developer,

I appreciate your work very much!
I wonder how can I do calibration in the beginning. Could you please share some ideas?
Thank you very much!

@kenkyusha
Copy link
Owner

Hello,

I added following scripts:

  • tools/get_calib_matrix.py
  • tools/get_screen_size.py

Look into them and you can read about camera intrinsic matrix / calibration parameters here:
http://kushalvyas.github.io/calib.html
https://learnopencv.com/camera-calibration-using-opencv/

@kenkyusha kenkyusha reopened this May 14, 2021
@mashuaiwudi
Copy link
Author

Thank you!
But when I try the get_calib_matrix.py, this line always returns ret = False
ret, corners = cv2.findChessboardCorners(gray, (nx,ny),None)

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

No branches or pull requests

2 participants