Skip to content

Commit

Permalink
Added Honor 6a vignetting
Browse files Browse the repository at this point in the history
  • Loading branch information
falket authored and bronger committed Oct 8, 2019
1 parent 56813fd commit e515e06
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/db/misc.xml
Expand Up @@ -95,6 +95,14 @@
<mount>lumia1520</mount>
<cropfactor>6.26</cropfactor>
</camera>

<camera>
<maker>Honor</maker>
<model>DLI-L22</model>
<model lang="en">6A</model>
<mount>dlil22</mount>
<cropfactor>8.235</cropfactor>
</camera>

<!-- I think this is also known under the brand "Michael Lens" or "Movie
Lens", and with f/1.6. The correction data actually was submitted as
Expand Down Expand Up @@ -834,5 +842,19 @@
<distortion model="ptlens" focal="15" a="0.05114" b="-0.13551" c="0.04398"/>
</calibration>
</lens>

<lens>
<maker>Honor</maker>
<model>Honor 6A &amp; compatibles</model>
<model lang="en">fixed lens</model>
<model lang="de">festes Objektiv</model>
<mount>dlil22</mount>
<cropfactor>8.235</cropfactor>
<aspect-ratio>4:3</aspect-ratio>
<calibration>
<vignetting model="pa" focal="3.4" aperture="2.2" distance="10" k1="-2.3342" k2="2.8667" k3="-1.3321"/>
<vignetting model="pa" focal="3.4" aperture="2.2" distance="1000" k1="-2.3342" k2="2.8667" k3="-1.3321"/>
</calibration>
</lens>

</lensdatabase>

0 comments on commit e515e06

Please sign in to comment.