Hello,
I am generating a mesh from a multi-camera capture. I supply the camera extrinsic file, which has a world coordinate reference near the central camera in array. The mesh generates correctly, but the world reference for the mesh has been moved. So now, my camera extrinsic data and mesh object no longer have a common world coordinate reference.
How do I a) avoid movement of world coordinate reference or b) dump new camera extrinsic information. Using chunk.exportReference() did not work when invoked as follows:
mchunk.exportReference(path=<my_path>, format=Metashape.ReferenceFormatXML, items=Metashape.ReferenceItemsCameras, columns='nxyzabcuvw')
Thanks in advance for your help!
VKam