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

Running Live - RGB-D Camera #4

Open
FraDePace opened this issue Dec 20, 2024 · 1 comment
Open

Running Live - RGB-D Camera #4

FraDePace opened this issue Dec 20, 2024 · 1 comment

Comments

@FraDePace
Copy link

Hi! Thanks for your amazing project!

Does it support running live with RGB-D cameras?
Alternatively, can it be adapted to support it?

Thanks

@goldoak
Copy link
Collaborator

goldoak commented Dec 20, 2024

The system can certainly be adapted to support RGB-D cameras. To create a new reader for customized datasets or live stream sensor data, simply inherit from the Reader class located in app/include/reader_base.hpp. For examples, you can refer to ReplicaReader in app/include/reader_replica.hpp and ScanNetppReader in app/include/reader_scannetpp.hpp, which illustrate two readers designed for the Replica dataset and the ScanNet++ dataset, respectively.

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