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

Calibration of Multiple Cameras with Overlapping #685

Open
Nick-0814 opened this issue May 5, 2024 · 2 comments
Open

Calibration of Multiple Cameras with Overlapping #685

Nick-0814 opened this issue May 5, 2024 · 2 comments
Labels
user-platform User has trouble running on their own dataset

Comments

@Nick-0814
Copy link

Nick-0814 commented May 5, 2024

The device I am using is a dual-fisheye camera with overlapping front and rear parts, and I am trying to calibrate the external parameters between the two cameras
I made sure that the rosbag I recorded had obvious overlaps, but during running kalibr, I was prompted to have a bug (The cameras are not connected through mutual target observations! Please provide another dataset)

Terminal command:rosrun kalibr kalibr_calibrate_cameras --target sample.yaml --models omni-radtan omni-radtan --topics /cam0/image_raw /cam1/image_raw --bag try.bag --bag-freq 7.5

example
problem

@skohlbr
Copy link
Contributor

skohlbr commented May 6, 2024

See my comment here: #231 (comment)

tl;dr: Made it work by adding more cameras so there can be mutual observations.

@goldbattle goldbattle added the user-platform User has trouble running on their own dataset label Aug 12, 2024
@goldbattle
Copy link
Collaborator

Adding an additional temporary camera is a way to solve this limited overlap. At the edges the detection and use of targets becomes very tough due to the high distortion so it is also better to add an intermediary camera in your case to help improve this also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-platform User has trouble running on their own dataset
Projects
None yet
Development

No branches or pull requests

3 participants