Comment 1 for bug 696634

Revision history for this message
tmodes (tmodes) wrote :

I had a short look on lensfun. Some comments from me:

1.) Lensfun stores only a very rough lens types:
From the doc: <type>string</type> Lens type. This is one of: "rectilinear", "fisheye", "panoramic", "equirectangular".
But hugin has e.g. a finer grain for fisheye lenses (full frame fisheye, circular fisheye, thoby, orthographic?) So how do we handle this cases?
2.) For fisheye lenses the crop rectangle/circle is not stored in the database. But I think this is needed for hugin needs.
3.) Lensfuns does currently not support a native windows compile. It supports only cross compile, that means you need a linux system to generate the lib for the windows version. We need to find a solution for this.