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

Two stereo cameras #211

Open
pooja-kabra opened this issue May 22, 2023 · 1 comment
Open

Two stereo cameras #211

pooja-kabra opened this issue May 22, 2023 · 1 comment

Comments

@pooja-kabra
Copy link

Hi, if my setup has two stereo pairs, what changes should I expect to make in the system to be able to use the extra stereo?

@marcusabate
Copy link
Member

We did some work to support multi-camera setups (see here), however this work will not be open-sourced. The changes are not trivial. The fastest way to do it would be to run two frontend modules in parallel, and pass all measurements to the backend. You will have to keep track of which feature tracks are from which frontend, though the final optimization will include all of the data.

I can say that the primary improvement gained from multi-camera setups was in the monocular case, as the scale estimation was improved. However, with stereo we were unable to get much better than with just one stereo camera, since extrinsic calibration was difficult and the error from poor calibration resulted in a lot of outliers in the final factor-graph optimization.

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