Forum

Author Topic: batch processing aerial imagery  (Read 7874 times)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: batch processing aerial imagery
« Reply #15 on: December 20, 2016, 05:04:05 PM »
Hello antonex,

You can path the list of path to the images as an argument to chunk.addPhotos() function. So the only task will be populating the list by full (absolute) image path.
Best regards,
Alexey Pasumansky,
Agisoft LLC

antonex

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: batch processing aerial imagery
« Reply #16 on: December 20, 2016, 07:54:20 PM »
Hi Alexey,

Thank you, I resolved the image loading issue. One final question, 

Code: [Select]
chunk.loadReference()
Does it load the Yaw, Pitch, Roll by default when executed, or do they have to be loaded with "columns"?

Thanks a lot