1
Python and Java API / Reset camera alignment and remove corresponding tie points?
« on: February 11, 2020, 09:56:22 AM »
I have an automated script that creates mosaics using images taken from an airplane. In some cases I know that the camera alignment is wrong - for example the pitch is really far from zero or the camera estimated center is far from the GPS location. If I reset those cameras in the GUI (right click -> reset camera alignment), it also removes their corresponding tie points.
I'd like to do the same thing in code. Setting camera transform to None resets that camera's alignment but the tie points remain. So how can I replicate the GUI command in code?
Thank you.
I'd like to do the same thing in code. Setting camera transform to None resets that camera's alignment but the tie points remain. So how can I replicate the GUI command in code?
Thank you.