Forum

Author Topic: Choice of photo sequence used in orthophoto  (Read 1762 times)

rossnixon

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Choice of photo sequence used in orthophoto
« on: June 29, 2017, 04:55:48 AM »
I had four overlapping photos.
The orthorectification has used the photo which had the worst quality, on top of better ones. I wish the three better photos to be used on top, and the bad one to be used underneath - to fill in gaps if they exist.
Is this possible to do?

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14855
    • View Profile
Re: Choice of photo sequence used in orthophoto
« Reply #1 on: June 30, 2017, 09:54:03 PM »
Hello Ross,

You can modify camera.meta information, like camera.meta["priority"] = 1
by default all cameras are treated with zero priority, but during the orthomosaic generation cameras with the higher priority would be selected.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Mohammed

  • Full Member
  • ***
  • Posts: 192
    • View Profile
Re: Choice of photo sequence used in orthophoto
« Reply #2 on: July 01, 2017, 10:00:45 PM »
Hi Alexey,

How can we do that in photoscan?
Best,

rossnixon

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: Choice of photo sequence used in orthophoto
« Reply #3 on: July 03, 2017, 01:02:23 AM »
The only 'meta' information I can see is formatted like the following example, which I found in the doc.xml inside
 MyProjectName.files\0\0\frame.zip
<property name="Exif/Make" value="Canon"/>

so perhaps camera.meta["priority"] = 1 would have to be formatted something like
<property name="priority" value="1"/>

That is just my guess. Perhaps Alexey will correct this if it is wrong.