You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
Quicker the SfM step even if thoses information might be not totally accurate
Help to find the position and orientation of pictures which could not not be found using the normal process
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
The text was updated successfully, but these errors were encountered:
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 :
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
The text was updated successfully, but these errors were encountered: