I'm trying to use the C 3D Reconstruction Library to get a mesh from the Tango device.
In the Mesh Building Functions there's a summary of the flow to use, which shows that I have to call the Tango3DR_update
function several times and then call the Tango3DR_extractFullMesh
to get the mesh.
The problem is that Tango3DR_update
needs the Tango3DR_PointCloud
object which I don't see how I get.
I can create an empty Tango3DR_PointCloud
using Tango3DR_PointCloud_create
, but I don't see anywhere how I fill it with real data.
Does anyone know how to get this object? Or anyone knows if there's any example / sample code using this library? I didn't find any.
Thanks, Oren