Forum

Author Topic: GUI Reference Checkbox for Yaw  (Read 1782 times)

ashalota

  • Jr. Member
  • **
  • Posts: 93
  • Forest orthomosaics, long transects (300m agl)
    • View Profile
    • NASA: G-LiHT (Public orthomosaics)
GUI Reference Checkbox for Yaw
« on: February 18, 2020, 08:31:47 PM »
Can you please explain what the checkbox is under the Reference panel and for Yaw and why it has a checkbox next to it?

Sometimes it is 'unchecked', which seems to cause the Yaw value to be ignored during photo alignment. Is there a pattern for when photos are loaded checked/unchecked, and is there a way to verify this in the python API?




Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: GUI Reference Checkbox for Yaw
« Reply #1 on: February 18, 2020, 08:55:17 PM »
Hello ashalota,

This check box enables or disables the utilization of the camera orientation angles for the referencing/optimization operations.

To enable or disable this flag via Python API use the following Boolean flag:
Code: [Select]
camera.reference.rotation_enabled
Best regards,
Alexey Pasumansky,
Agisoft LLC

ashalota

  • Jr. Member
  • **
  • Posts: 93
  • Forest orthomosaics, long transects (300m agl)
    • View Profile
    • NASA: G-LiHT (Public orthomosaics)
Re: GUI Reference Checkbox for Yaw
« Reply #2 on: February 18, 2020, 08:56:56 PM »
Is there any reason I would not want to use this data if I have provided it?

I can't figure out when it becomes checked/not checked.

Normally it was always checked, only recently when I move cameras into a new chunk, I see that it is unchecked by default.