Hi,
I am not having any luck getting python to import GCP's from a CSV
The code I am trying to acheive this with is:
chunk.importReference(gcp_csv, format = Metashape.ReferenceFormatCSV, delimiter=",", columns="nxyz")
I have tried with and without format = Metashape.ReferenceFormatCSV (as I think this is the default format)
I get an output to terminal of:
ImportReference: path = D:/BK AGI/project name/GCP.csv, columns = nxyz, delimiter = ,
The CSV format is
IDstring,x,y,z
But when I open the project, no markers have been imported?
Any ideas?
Cheers