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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: