Skip to content

Commit

Permalink
Merge pull request #739 from kmilos/kmilos/nikon_z6_3
Browse files Browse the repository at this point in the history
Nikon Z6_3 support
  • Loading branch information
TurboGit authored Dec 1, 2024
2 parents 7d10633 + d00d7e5 commit 1625dcd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4016,6 +4016,24 @@
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="NIKON CORPORATION" model="NIKON Z6_3" mode="14bit-compressed">
<ID make="Nikon" model="Z6_3">Nikon Z 6 3</ID>
<CFA width="2" height="2">
<Color x="0" y="0">RED</Color>
<Color x="1" y="0">GREEN</Color>
<Color x="0" y="1">GREEN</Color>
<Color x="1" y="1">BLUE</Color>
</CFA>
<Crop x="0" y="0" width="0" height="0"/>
<Sensor black="1008" white="15892"/>
<ColorMatrices>
<ColorMatrix planes="3">
<ColorMatrixRow plane="0">11206 -4286 -941</ColorMatrixRow>
<ColorMatrixRow plane="1">-4879 12847 2251</ColorMatrixRow>
<ColorMatrixRow plane="2">-745 1654 7374</ColorMatrixRow>
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="NIKON CORPORATION" model="NIKON Z 7" mode="14bit-compressed">
<ID make="Nikon" model="Z 7">Nikon Z 7</ID>
<CFA width="2" height="2">
Expand Down

0 comments on commit 1625dcd

Please sign in to comment.