Hello everyone!
I am doing a project in AR for academic purposes. My question is:
Is there a function that allows you to recognize an object, then mesh it in real time and have this mesh match the geometry of the real object?
thank you so much!
Hi Vicente,
Thanks for your email!
What you’re looking for sounds like a mixture of our Meshing and Semantic Segmentation features. Take a look at our Meshing and Semantic Segmentation documentation: https://lightship.dev/docs/ardk/features/meshing/ & https://lightship.dev/docs/ardk/features/semantics/.
Let me know if you have any additional questions or concerns!
Kind regards,
Maverick L.
Thank you very much for answering
I need to work on the mesh, that is, its point cloud.
I have the scene set up just as the documentation says, however I don’t know how to save the point clouds and work on them in the Unity editor.
As you say, it is a combination of both functions, specifically I need to mesh a steel beam in real time, I have been doing a lot of research and the best option so far is to create machine learning, however I know that ardk has very powerful functions That’s why my question
I thank you again for your willingness to respond, have a great day.
in the following case: Exporting .mesh scanned mesh
The subject addresses the question I have, I need to obtain the mesh in the .mesh format but I really don’t know how to save it
Is it with niantic wayferer?
Hi Vicente,
If you want to work on the mesh, I’d recommend saving it as an OBJ or a similar 3D format such as FBX or GLB (GLTF). Point cloud files aren’t what you would want as they just save point coordinates and (most!) have no texture/color data. Is there a particular reason you’re looking for the .mesh
format? The aforementioned formats will work for what you’re looking to do and are widely supported.
Kind regards,
Maverick L.
Hello, thank you very much for your help, everything is clear!
The .mesh format is compatible with the software that I must connect to Unity, although I think other formats can be made compatible, it was more for that reason.
At this moment I am more aware of how I should proceed in my project!
Thank you again for your help maverick! Have a great year and all your projects come true.