using example pointCloudFromCameraImage to save .ply file

Post Reply
Boris94
Posts: 6
Joined: Mon Nov 18, 2019 10:22 am

using example pointCloudFromCameraImage to save .ply file

Post by Boris94 »

i tried this example https://github.com/bulletphysics/bullet ... raImage.py

it is supposed to create point cloud from camera data, but it creates only rays to depth points. what i want is to save this data as XYZ points and create .ply file from camera. i tried to save vector newTo, because it looked like they are the points where ray ends, but result in meshlab looked nothing like scene. Can you please tell which data should i save to create regular point cloud from scene? thanks
Post Reply