OpenSfM
OpenSfM copied to clipboard
Inquiry Regarding Representation of Position and Orientation Data in exif_overrides.json
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
:point_up: I'm also interested in this question, @paulinus could give more light into this question :pray: (thank you)