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

Failed at CameraInit because sensor width doesnt exist #500

Closed
soumyasmash opened this issue Sep 6, 2018 · 1 comment · Fixed by #542
Closed

Failed at CameraInit because sensor width doesnt exist #500

soumyasmash opened this issue Sep 6, 2018 · 1 comment · Fixed by #542

Comments

@soumyasmash
Copy link

absolutely new to this software and coding in general. i checked the sensor width of my camera but how do i add that to the database.

[11:27:13.964838][error] Sensor width doesn't exist in the database for image(s) :
[11:27:13.966839][error] image: 'P9060652.JPG'
- camera brand: OLYMPUS IMAGING CORP.
- camera model: E-M10

[11:27:13.966839][error] Please add camera model(s) and sensor width(s) in the database.

it attaches that error to the last image in the list, so its not an issue with the image itself.

@ChemicalXandco
Copy link
Contributor

Hi. This is a duplicate of #491 and alicevision/meshroom#179

But just to be simple, go to aliceVision\share\aliceVision\ and open cameraSensors.db It is alphabetically arranged so where appropriate and add something along the lines of camera brand;camera model;sensorWidth_mm so for you that could be OLYMPUS IMAGING CORP.;E-M10;17.3
according to https://www.olympus.co.uk/site/en/c/cameras/om_d_system_cameras/om_d/e_m10_mark_iii/e_m10_mark_iii_specifications.html but be careful as this is very sensitive so you might have to make it lowercase or put lots of spaces at the end.

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