Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Using Yaw Pitch Roll from EXIF to quicker process and get real mesh orientation #1060

Open
remmel opened this issue Sep 14, 2020 · 1 comment
Labels
feature request feature request from the community

Comments

@remmel
Copy link
Contributor

remmel commented Sep 14, 2020

Some Camera application such as Android OpenCamera can provide yaw, pitch and roll in EXIF when taking the picture.
Eg: "UserComment" "Yaw:177.50502,Pitch:-50.860384571572325,Roll:-0.8683256611851107"

Is that possible to use thoses information to :

  1. Quicker the SfM step even if thoses information might be not totally accurate
  2. Help to find the position and orientation of pictures which could not not be found using the normal process
  3. Having the mesh properly oriented (not the top on the floor) using real orientation (could be done manually using the SfMTransform when [bug] Cannot xyz rotate with SfMTransform #1064 will be fixed)

Attached, an example of image taken with OpenCamera : IMG_20200913_142816.zip (zipped to avoid Github removing EXIF info)
EXIF metadata added by OpenCamera can be viewed using for example EXIF Pilot (not displayed in Windows File Explorer)
You need to enable that feature in OpenCamera to add that information

@natowi natowi added feature request feature request from the community and removed type:question labels Sep 14, 2020
@natowi
Copy link
Member

natowi commented Sep 15, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request feature request from the community
Projects
None yet
Development

No branches or pull requests

2 participants