Skip to content

Commit

Permalink
Add distortion data for DJI P4 RTK
Browse files Browse the repository at this point in the history
fixes #2214
  • Loading branch information
tuxfanx committed Apr 30, 2024
1 parent e58def1 commit 04035bf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/db/actioncams.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@
<cropfactor>3.6</cropfactor>
</camera>

<camera>
<maker>DJI</maker>
<model>FC6310R</model>
<model lang="en">DJI P4 RTK</model>
<mount>djiFC6310R</mount>
<cropfactor>2.73</cropfactor>
</camera>


<lens>
<maker>GoPro</maker>
Expand Down Expand Up @@ -360,4 +368,18 @@
<vignetting model="pa" focal="6.7" aperture="1.7" distance="1000" k1="-2.7528" k2="3.9587" k3="-2.0068"/>
</calibration>
</lens>

<lens>
<maker>DJI</maker>
<model>FC6310R &amp; compatibles</model>
<model lang="en">fixed lens</model>
<model lang="de">festes Objektiv</model>
<mount>djiFC6310R</mount>
<cropfactor>2.73</cropfactor>
<aspect-ratio>4:3</aspect-ratio>
<calibration>
<distortion model="ptlens" focal="8.8" a="0.0235518" b="-0.115701" c="0.0349985"/>
</calibration>
</lens>

</lensdatabase>

0 comments on commit 04035bf

Please sign in to comment.