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

how to run extrinsics calibration #3

Open
manhha1402 opened this issue Aug 26, 2018 · 3 comments
Open

how to run extrinsics calibration #3

manhha1402 opened this issue Aug 26, 2018 · 3 comments

Comments

@manhha1402
Copy link

Hi,
I have 2 cameras with known intrinsic parameters and a chessboard. How should I compute extrinsic parameters between 2 cameras using the source code?
Thanks

@SalimKayal
Copy link
Contributor

Hi,
You have to put the intrinsic parameters in a json file per camera
{'intrinsic': [[fx, 0, cx],[0, fy, cy],[0,0,1]],
'distortion_coefficients':[k1, k2, p1, p2]}
then you use that with the extrinsic script.
this script will ask you to annotate points on the scene taken by the cameras and will use those points to compute the extrinsic parameters.

@mg515
Copy link

mg515 commented Sep 11, 2018

When I start the extrinsic calibration, I click on the point in the frame, it asks me to input the real world x in cm. I then input an integer, but how can I continue? If I press Enter, only '?' appears. How do I confirm my input?

edit: apparently there is a problem in my system where it does not recognize char(10) when I press Enter.

@Ri-Bai
Copy link

Ri-Bai commented Dec 1, 2021

When I start the extrinsic calibration, I click on the point in the frame, it asks me to input the real world x in cm. I then input an integer, but how can I continue? If I press Enter, only '?' appears. How do I confirm my input?

edit: apparently there is a problem in my system where it does not recognize char(10) when I press Enter.

are you solve this problem? I met the same

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

4 participants