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

DB AliceVision for Nokia 7 Plus #287

Closed
LambaFlips opened this issue Nov 4, 2018 · 4 comments · Fixed by alicevision/AliceVision#542
Closed

DB AliceVision for Nokia 7 Plus #287

LambaFlips opened this issue Nov 4, 2018 · 4 comments · Fixed by alicevision/AliceVision#542

Comments

@LambaFlips
Copy link

Hi

Here is the console message:
[16:54:37.875188][error] image: 'IMG_20181104_163601.jpg'
- camera brand:
- camera model: Nokia 7 plus

[16:54:37.875188][error] Please add camera model(s) and sensor width(s) in the database.

I tried to insert various lines like

Nokia;Nokia 7 plus;2.55

but without success

tips?

https://www.devicespecifications.com/en/model/290e4872

@natowi
Copy link
Member

natowi commented Nov 4, 2018

The correct value is Nokia;Nokia 7 plus;5.75
(https://github.com/alicevision/meshroom/wiki/Add-Camera-to-database)

@LambaFlips
Copy link
Author

Thanks for your help

unfortunately it is not good with your suggestion, same error

[16:54:37.875188][error] image: 'IMG_20181104_163601.jpg'

  • camera brand:
  • camera model: Nokia 7 plus

[16:54:37.875188][error] Please add camera model(s) and sensor width(s) in the database.

@natowi
Copy link
Member

natowi commented Nov 5, 2018

I tested Meshroom with Nokia 7 plus sample images - they load with default values (->Make is empty). When I add the camera Make "Nokia" to the Exif, the images are loaded with the sensordb info.

  • Check the Exif data of your images. It should contain Make: Nokia and Model: Nokia 7 plus.

You could also add the following line to the database:

;Nokia 7 plus;5.75

@LambaFlips
Copy link
Author

LambaFlips commented Nov 5, 2018

Hello,

thanks for the help, yes, in the EXIF of the photos, as "MAKE", the word "Nokia" was missing

now it's processing, thank you!

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

Successfully merging a pull request may close this issue.

2 participants