Hello!
I am aware that Metashape's Python API provides methods for importing the x,y values of the GCP (markers) within images from a .txt or .csv programmatically using the following function:
PhotoScan.Marker.Projection(PhotoScan.Vector([x, y]), True).
Is there a same function for the Metashape GUI? If not, do you have plans to develop such functionaility?