Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion data/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4241,8 +4241,23 @@
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="NIKON CORPORATION" model="NIKON ZR" supported="unknown-no-samples">
<Camera make="NIKON CORPORATION" model="NIKON ZR" mode="14bit-compressed">
<ID make="Nikon" model="ZR">Nikon ZR</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 30" mode="12bit-compressed">
<ID make="Nikon" model="Z 30">Nikon Z 30</ID>
Expand Down
Loading