Hi,
In the Metashape UI, when I create markers, one of the columns is "Error (pix)". I can see this value in the UI, but I can't figure out how to get it in Python.
For reference, I'm creating the markers using Python:
marker = chunk.addMarker()
for projection in projection_cameras:
marker.projections[projection['camera']] = Metashape.Marker.Projection(Metashape.Marker(projection['position']))
Thanks