Access camera locations (X,Y,Z) #1737
-
|
Hi everyone, Is there a way I can get the camera locations (x,y,z)? I currently need to have access to the locations of the cameras used within Meshroom, It would also be interesting to see, where in the code the camera's locations get generated from each of the image's lat long within the EXIF data, to Meshroom's internal coordinate system. Thanks Nicholas |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You should convert the sfmdata file from .abc (default format) to the json format. There you will find all the information about the scene, from the camera poses to the 3D points etc. |
Beta Was this translation helpful? Give feedback.
-
|
@simogasp |
Beta Was this translation helpful? Give feedback.
You should convert the sfmdata file from .abc (default format) to the json format. There you will find all the information about the scene, from the camera poses to the 3D points etc.
You should use the ConvertSfMFormat
https://meshroom-manual.readthedocs.io/en/bibtex1/node-reference/nodes/ConvertSfMFormat.html