You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
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).
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.