Description
After some discussion at #982 I'd like to propose that LensFun integrate the value of the Exif.Image.UniqueCameraModel
field found in DNG files into relevant camera profiles, in order to support increasingly common dual-camera phones (see the issue linked above for details as to why this is needed).
The simplest method could be to simply use this field for the model name whenever it exists (it appears to simply duplicate the Exif.Image.Model
tag when a device embodies only a single camera), but maybe there's a better policy to adopt. In any case, it seems like there should be some consistent approach applied, which would allow applications to adopt an appropriate strategy when querying the db for a camera name.
Any thoughts?