Mesh Resolution
#10354
Replies: 1 comment 1 reply
-
Hi @lekhachoa, Are you using MRTK? The highest resolution mesh can be accessed via SceneUnderstanding APIs using SceneUnderstanding.SceneMeshLevelOfDetail.Unlimited, as seen in this sample (FYI this sample does not use MRTK):
It is not going to be 1cm, but it is the highest quality and will be higher than the real time mesh LOD. It will take longer to compute however, I can point you to the scene understanding team for assistance there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Just a question: How much is the max Resolution of Mesh/Depth Sensor in Hololens 2. Can I set/push or do something to push every Meshes Resolution to 1 cm. I did try changing LevelOfDetail, and TrianglesPerCubicMeter but the mesh picture is not good enough
Beta Was this translation helpful? Give feedback.
All reactions