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
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.
The text was updated successfully, but these errors were encountered:
dchen23
pushed a commit
to dchen23/codelab-raw-depth-api
that referenced
this issue
May 12, 2022
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.
The text was updated successfully, but these errors were encountered: