Urgent!!! pointcloud Qt
-
hello everybody I am new to pyqt5, and I wanna know how to display my point cloud .ply in my app?
is it possible?Thanks.
-
Hi and welcome to devnet,
You might be able to leverage Qt3D for that.
Search for something like load .ply with Qt.
-
Yes, but there is no trivial way to load the data, put it into a form that can be displayed in, e.g. OpenGL, and then display it. There may be third-party Python modules to help, e.g. PyMesh.
@ChrisW67 thanks
-
Yes, but there is no trivial way to load the data, put it into a form that can be displayed in, e.g. OpenGL, and then display it. There may be third-party Python modules to help, e.g. PyMesh.
@ChrisW67 what I want exactly is :
i have a qt app and a QLabel.
and i wanna put the open3d viewer in the QLabel.
is there a solution? -
@SGaist thank you sooooo much bro you really helped me.
i wish you every happiness in life. -
You're welcome
If that answers your question please mark the thread as solved using the "Topic Tools" button or the three dotted menu beside the answer you deem correct so other forum members may know a solution has been found :-)