-
-
Notifications
You must be signed in to change notification settings - Fork 829
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
camera sensors db addition Nikon D500 #625
Comments
ok |
Will be fixed with the next release. |
Thanks |
I just checked this with a few images. Meshroom (based on alicevision) can already handle brand and model variations: [warning] image: 'DSC_226.jpg'
or [warning] image: 'DSC_1825.NEF'
|
I needed to remove Nikon from the camera model for the warning to cease.
|
This is just the notification that Meshroom/alicevision did not find an exact match in the database and is using the closest match (Nikon;Nikon D500;23.5). If you are using Meshroom GUI, you can ignore this message - or are you using the Alicevision CLI and can not continue unless you modify the database? Changing Nikon;Nikon D500;23.5; to Nikon;D500;23.5; by default would solve the warning message for you, but would now appear for users with the model metadata Nikon D500... [10:35:47.580347][warning] The camera found in the database is slightly different for image(s): @fabiencastan we might want to clarify the warning messages in this case, to inform the user that it is not necessary to correct the camera model in the database, if the correct variation is detected. |
Meshroom GUI. I could continue, though uncertain of how it might impact results. I just added Nikon;D500;23.5 leaving the verbose Nikon D500 version in place. It caused no issue for me, having both in place, so I suspect the reverse would be true. |
This will not impact the result as far as the mapping is correct. As there is no good way to deal with this mapping, we prefer to keep a warning to ensure that we don't get a border case mapping together 2 completely different cameras. |
Add,
Nikon;D500;23.5;
The existing Nikon;Nikon D500;23.5 generates a warning.
I am using RAW image files for what it's worth.
The text was updated successfully, but these errors were encountered: