You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when you export camera parameters you use an index but, if you calculate K4 for example in metashape, the index are not correct anymore. I propose this change in the code to be sure having no problem. it will also create a better error message when camera parameters that is needed is not present in xml file.
The text was updated successfully, but these errors were encountered:
Peamon
changed the title
Bad calibration export when estimate K4 parameters in metashape or index not found if not estimate K3 unused parameter
Bad calibration export when estimate K4 parameters in metashape or index not found if not estimate unused K3 parameter
Jul 7, 2023
Hi, when you export camera parameters you use an index but, if you calculate K4 for example in metashape, the index are not correct anymore. I propose this change in the code to be sure having no problem. it will also create a better error message when camera parameters that is needed is not present in xml file.
Replace at line 113:
By:
Agisoft export with only k1 k2 estimated is like this:
Agisoft export with k3 and k4 estimated is like this:
The text was updated successfully, but these errors were encountered: