Skip to content

Commit

Permalink
Merge pull request #768 from kmilos/kmilos/sony_a1m2
Browse files Browse the repository at this point in the history
Sony ILCE-1M2 support
  • Loading branch information
kmilos authored Dec 13, 2024
2 parents 8a761b2 + 4c62036 commit d9c9d35
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion data/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13897,8 +13897,23 @@
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="SONY" model="ILCE-1M2" supported="unknown-no-samples">
<Camera make="SONY" model="ILCE-1M2">
<ID make="Sony" model="ILCE-1M2">Sony ILCE-1M2</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="-8" height="0"/>
<Sensor black="512" white="16383"/>
<ColorMatrices>
<ColorMatrix planes="3">
<ColorMatrixRow plane="0">8161 -2947 -739</ColorMatrixRow>
<ColorMatrixRow plane="1">-4811 12668 2389</ColorMatrixRow>
<ColorMatrixRow plane="2">-437 1229 6524</ColorMatrixRow>
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="SONY" model="ILCE-7">
<ID make="Sony" model="ILCE-7">Sony ILCE-7</ID>
Expand Down

0 comments on commit d9c9d35

Please sign in to comment.