Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: joshua19881228 on March 15, 2021, 03:43:02 PM

Title: How to enable "Adjust GPS/INS offset" in Camera Calibration using python API
Post by: joshua19881228 on March 15, 2021, 03:43:02 PM
I'm using the python api to implement an auto script. In the GUI, the checkbox can be checked mannully. My question is how to enable it in python API. Thanks
Title: Re: How to enable "Adjust GPS/INS offset" in Camera Calibration using python API
Post by: Alexey Pasumansky on March 15, 2021, 09:40:44 PM
Hello Joshua,

Please try the following:
Code: [Select]
sensor.antenna.fixed = Falseproviding that sensor is an element from chunk.sensors.
Title: Re: How to enable "Adjust GPS/INS offset" in Camera Calibration using python API
Post by: joshua19881228 on March 16, 2021, 04:20:55 AM
Hi Alexey,

Thanks for your support. Your suggestion saved the world.
 ;D ;D

Best regards,
Joshua