letmaik / lensfunpy

📷 Lens distortion correction for Python, a wrapper for lensfun
https://pypi.python.org/pypi/lensfunpy
MIT License
145 stars 18 forks source link

Supported lenses #38

Closed leafecl closed 1 year ago

leafecl commented 2 years ago

I wonder if the iPhone camera lens is not supported.

The link below says it supports Apple lens https://lensfun.github.io/lenslist/2999/12/31/Lenslist-master/

When I checked folder '/usr/local/share/lensfun/version_2/, there was no Apple.

AntoineCribel commented 1 year ago

Hi, I believe this is because lensfunpy is using an outdated version of lensfun (v0.3.2 instead of v0.3.3). You can see that Apple lenses are only included in v0.3.3 here: https://lensfun.github.io/lenslist/2022/02/22/Lenslist-0.3.3/

I have the same problem with a Canon lens that is only included in the last version of lensfun. I had to build the package from source using the last version of lensfun in order to solve this. Some instruction can be found here: https://github.com/letmaik/lensfunpy.