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 to only record RGB and trasnformed depth? #220

Open
fedona opened this issue Nov 11, 2023 · 1 comment
Open

How to only record RGB and trasnformed depth? #220

fedona opened this issue Nov 11, 2023 · 1 comment

Comments

@fedona
Copy link

fedona commented Nov 11, 2023

Hello, I am trying to record only RGB images and trasformed depth, but I do not understand what part of the code I should edit to avoid capturing and recording all the other images, such as IR and other transformations.

Does anyone have some good suggestions?

@ShayHQ
Copy link

ShayHQ commented Dec 4, 2023

IR is creating the depth image you can't avoid capturing it.
image

The dewrapper is what handles depth processing.

As you can see the IR image is set in the capture object.
And then passed to the dewrapper for depth processing

Good luck!

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