OpenSfM icon indicating copy to clipboard operation
OpenSfM copied to clipboard

Inquiry Regarding Representation of Position and Orientation Data in exif_overrides.json

Open diegovillodas opened this issue 1 year ago • 1 comments

I'm seeking guidance on representing position (Euclidean X, Y, Z) and orientation (Omega, Phi, Kappa) data in the exif_overrides.json file for image metadata.

This example exists in the documentation but I don't know if there is any additional field to represent my information.

{
    "image_name.jpg": {
        "gps": {
            "latitude": 52.51891,
            "longitude": 13.40029,
            "altitude": 27.0,
            "dop": 5.0
        }
    }
}

Thanks

diegovillodas avatar Jan 22 '24 10:01 diegovillodas

:point_up: I'm also interested in this question, @paulinus could give more light into this question :pray: (thank you)

Matesanz avatar Feb 15 '24 09:02 Matesanz