Hi and thank you for providing very good photogrammetry tool.
I am trying to add marker (GCP) to the chunk by Python API. However the problem is, even after converting the point of local x, y of the image to the chunk's coordinate system's point which is on the Camera , I cannot figure out the exact coordinates of the marker which also has the z (altitude) value.
Are there any good solutions for this?
To be simple, my question is,
1. Image's local x, y => The point on the Camera (Using Camera.center method)
2. The point on the Camera => Actual GCP marker's coordinates
#1 is succeeded but how about #2?