how does .ply file generate in realsense depth cammera?
Hello, i am using an realsense depth camera for my project, (Output a .ply file).
.ply file includes a series of vertices and faces. i want to find out does Intel use an algorithm to create faces or the faces are created based on the technology used in these depth cameras? Thank you very much

-
Hello, the ply export is generated by a software routine.
https://github.com/IntelRealSense/librealsense/blob/ea975f8641a83a38a3f2ef3baa4cc42e94a75219/include/librealsense2/hpp/rs_frame.hpp#L780
Please sign in to leave a comment.
Comments
1 comment