Forum

Author Topic: How to enable "Adjust GPS/INS offset" in Camera Calibration using python API  (Read 1362 times)

joshua19881228

  • Newbie
  • *
  • Posts: 8
    • View Profile
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

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Hello Joshua,

Please try the following:
Code: [Select]
sensor.antenna.fixed = Falseproviding that sensor is an element from chunk.sensors.
Best regards,
Alexey Pasumansky,
Agisoft LLC

joshua19881228

  • Newbie
  • *
  • Posts: 8
    • View Profile
Hi Alexey,

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

Best regards,
Joshua