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

multiple camera caliration #127

Closed
yuan0821 opened this issue Sep 20, 2022 · 2 comments
Closed

multiple camera caliration #127

yuan0821 opened this issue Sep 20, 2022 · 2 comments

Comments

@yuan0821
Copy link

We have 6 camera system, but the problem is how to get the extrinsic matrix for all 6 cameras.
because we cannot detect the same checkboard pattern well when we put the checkboard on the floor to make sure the whole pattern is captured by all 6 cameras.
Are there any good suggestions? Thank you very much.

@spoonsso
Copy link
Owner

The easiest is to work out a target configuration where you can see a common set of points. We use the LFrame for this, meaning even cameras that dont have a good view of the entire floor can still see the same points as the other cameras. If you are using the checkerboard, can you move the cameras in such a way that they can all see the checkerboard on the floor?

Have you tried using the anipose calibration workflow? It should be able to calibrate bot the extrinsics and intrinsics from videos of moving your checkerboard around your field of view (although ideally it should be a ChArUco board). https://anipose.readthedocs.io/en/latest/

@yuan0821
Copy link
Author

cali_anipose
yes, I use the aniposelib to calibrate. the result format is different from that in matlab. The rotation is 3x1 which does not match dannce.
Do you think it should be a problem to use the aniposelib in dannce?

Thank you very much.

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