Hello
I import fiducial and markers on my chunk with defining their positions on the camera. It works well.
(fiducial.projections[camera] = Metashape.Marker.Projection(Metashape.Vector([int(float(x)), int(float(y))]),True,True))
However it fails to align the pictures.
Do you have any suggestions?
Thanks for your help.
Claire