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

Forcing confidenceNormalized to a fixed value changes nothing... #3

Open
agGitHub opened this issue May 31, 2021 · 0 comments
Open

Comments

@agGitHub
Copy link

Hi,

There is something that is driving me crazy. In the demo project "part2", if I modify in DepthData.java :

points.put(confidenceNormalized);

to a fixed forced value, for example:

points.put(1f);

It changes nothing to the colors of the point cloud displayed. Moreover, I don't have a uniform color (should be the case) but various colors (from green to blue in general).

How is this possible? What am I missing?

Thanks a lot.

dchen23 pushed a commit to dchen23/codelab-raw-depth-api that referenced this issue May 12, 2022
- analyze 3D point clouds
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

1 participant