Skip to content

Commit ccf7f7d

Browse files
authored
Merge pull request #929 from kmilos/kmilos/sony_fx2
Sony ILME-FX2 support
2 parents 2330472 + 37df5a2 commit ccf7f7d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

data/cameras.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14641,8 +14641,23 @@
1464114641
</ColorMatrix>
1464214642
</ColorMatrices>
1464314643
</Camera>
14644-
<Camera make="SONY" model="ILME-FX2" supported="unknown-no-samples">
14644+
<Camera make="SONY" model="ILME-FX2">
1464514645
<ID make="Sony" model="ILME-FX2">Sony ILME-FX2</ID>
14646+
<CFA width="2" height="2">
14647+
<Color x="0" y="0">RED</Color>
14648+
<Color x="1" y="0">GREEN</Color>
14649+
<Color x="0" y="1">GREEN</Color>
14650+
<Color x="1" y="1">BLUE</Color>
14651+
</CFA>
14652+
<Crop x="0" y="0" width="-8" height="0"/>
14653+
<Sensor black="512" white="16383"/>
14654+
<ColorMatrices>
14655+
<ColorMatrix planes="3">
14656+
<ColorMatrixRow plane="0">7460 -2365 -588</ColorMatrixRow>
14657+
<ColorMatrixRow plane="1">-5687 13442 2474</ColorMatrixRow>
14658+
<ColorMatrixRow plane="2">-624 1156 6584</ColorMatrixRow>
14659+
</ColorMatrix>
14660+
</ColorMatrices>
1464614661
</Camera>
1464714662
<Camera make="SONY" model="ILME-FX3">
1464814663
<ID make="Sony" model="ILME-FX3">Sony ILME-FX3</ID>

0 commit comments

Comments
 (0)