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

Depth Colorization #520

Open
2 tasks done
AlexanderKhazatsky opened this issue Nov 9, 2022 · 1 comment
Open
2 tasks done

Depth Colorization #520

AlexanderKhazatsky opened this issue Nov 9, 2022 · 1 comment

Comments

@AlexanderKhazatsky
Copy link

AlexanderKhazatsky commented Nov 9, 2022

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

I would like a built in procedure for turning depth readings into a color map. This is a useful feature on its own, but it also makes compression much easier. Ideally, this transformation would also be invertible as to recover the depth readings for a point cloud creation :)

Use-Case

No response

Anything else?

No response

@P-yver
Copy link
Member

P-yver commented Oct 26, 2023

Hi,
actually you can retrieve the depth as Usigned short, MEASURE::DEPTH_U16_MM. Then you can save it as png file (the depth is stored in millimeter as unsigned short).
Do you have example of your proposed format ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants