Forum

Author Topic: How to write tiepoints into the Metashape  (Read 8212 times)

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
How to write tiepoints into the Metashape
« on: October 09, 2023, 04:22:11 AM »
I have a blockExchangeXML file. I want to use python script parsing to import Metashape  instead of using ImportCameras

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15650
    • View Profile
Re: How to write tiepoints into the Metashape
« Reply #1 on: October 09, 2023, 11:53:26 AM »
Hello!

If you have images already added to Metashape project and the camera paths correspond to the paths in the Blocks Exchange file, then you can just use chunk.importCameras(path, format = Metashape.CamerasFormatBlocksExchange) call to import the exterior and interior orientation of the cameras together with the tie points.
Best regards,
Alexey Pasumansky,
Agisoft LLC

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
Re: How to write tiepoints into the Metashape
« Reply #2 on: October 11, 2023, 04:15:07 AM »
Hello Alexey Pasumansky
Thank you for your reply!But,How to import the Metashape for custom format tiePoints information?
Thanks a lot