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 can it supports for multiple depth cameras ? #60

Open
llopen opened this issue Sep 7, 2023 · 1 comment
Open

How can it supports for multiple depth cameras ? #60

llopen opened this issue Sep 7, 2023 · 1 comment

Comments

@llopen
Copy link

llopen commented Sep 7, 2023

Dear the author,

It's really a great work, thank you for share it.

With one camera, it maps really well. Then at present, the data of multiple cameras need to be merged together, and the algorithm is found to be related to the internal parameters of the camera. How can multiple cameras be used to build a map?

I am looking forward to your reply.

Thank you very much.

@sdmiller
Copy link
Owner

sdmiller commented Sep 7, 2023

Hello!

This is a really interesting question, and one I can't say I've considered before.

When I consider how this software works, it does seem like you could simply set- and re-set the camera parameters before every new point cloud you feed in (width, height, fx, fy, cx, cy, min- and max- sensor distance). Nothing about the algorithm assumes that the frames are consecutive, and (unless I'm missing something crucial) nothing about the camera intrinsics will change the shape of the TSDF in a way that would reset state. Would be very curious to hear what happens if you try!

(Technically speaking, this probably breaks some of the statistical assumptions behind the TSDF algorithm...but I don't see a reason it should fail.)

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