Thank you very much, Alexey.
Then what would you recommend to get accurate alignments in our case? We need to be able to check if cameras are aligned well (and our idea was to use that we know their positions in real world) to make the script work in automated manner.
In addition, if I understood correctly, camera coordinates are in local chunk coordinate system. This coordinate system is logical and has no relation with the real world? I have found in forums that local coordinate system code (I think for exporting of a model):
crs = PhotoScan.CoordinateSystem('LOCAL_CS["Local CS",LOCAL_DATUM["Local Datum",0],UNIT["metre",1]]')
Does this mean that local coordinate system can be set in units of meters?