mapillary / OpenSfM

Open source Structure-from-Motion pipeline
https://www.opensfm.org/
BSD 2-Clause "Simplified" License
3.35k stars 854 forks source link

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

Open diegovillodas opened 8 months ago

diegovillodas commented 8 months ago

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

Matesanz commented 7 months ago

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