Hi,
Recently I started experiencing with Metashape's API and I have to say it is very comfortable and well documented.
One annoying thing I couldn't solve is how to export the TiePoints' XYZ coordinates.
Whenever I use chunk.tie_points.export(path) it saves the FULL pointcloud, not just the tie points.
When saving the running chunk.tie_points.export() before building pointcloud, I get a "Null Point Cloud" error.
This seems like a bug, but I didn't see any issue similar to mine, so maybe I am not using the method correctly.
I would appreciate your help very much.
Thanks in advance!