Skip to content

Commit a66ed89

Browse files
authored
Merge pull request #961 from kmilos/kmilos/nikon_e5000
Nikon E5000 support
2 parents 31502b8 + 6775a7b commit a66ed89

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

data/cameras.xml

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5890,8 +5890,30 @@
58905890
</ColorMatrix>
58915891
</ColorMatrices>
58925892
</Camera>
5893+
<Camera make="NIKON" model="E5000" mode="12bit-uncompressed" decoder_version="4">
5894+
<ID make="Nikon" model="E5000">Nikon Coolpix 5000</ID>
5895+
<CFA width="2" height="2">
5896+
<Color x="0" y="0">FUJI_GREEN</Color>
5897+
<Color x="1" y="0">MAGENTA</Color>
5898+
<Color x="0" y="1">YELLOW</Color>
5899+
<Color x="1" y="1">CYAN</Color>
5900+
</CFA>
5901+
<Crop x="0" y="0" width="0" height="0"/>
5902+
<Sensor black="0" white="4095"/>
5903+
<Hints>
5904+
<Hint name="coolpixsplit" value=""/>
5905+
</Hints>
5906+
<ColorMatrices>
5907+
<ColorMatrix planes="4">
5908+
<ColorMatrixRow plane="0">-6678 12805 2248</ColorMatrixRow>
5909+
<ColorMatrixRow plane="1">5725 -499 3375</ColorMatrixRow>
5910+
<ColorMatrixRow plane="2">-5903 10713 6034</ColorMatrixRow>
5911+
<ColorMatrixRow plane="3">-270 9976 134</ColorMatrixRow>
5912+
</ColorMatrix>
5913+
</ColorMatrices>
5914+
</Camera>
58935915
<Camera make="NIKON" model="E5400" mode="12bit-uncompressed" decoder_version="3">
5894-
<ID make="Nikon" model="E5400">Nikon E5400</ID>
5916+
<ID make="Nikon" model="E5400">Nikon Coolpix 5400</ID>
58955917
<CFA width="2" height="2">
58965918
<Color x="0" y="0">BLUE</Color>
58975919
<Color x="1" y="0">GREEN</Color>
@@ -5912,7 +5934,7 @@
59125934
</ColorMatrices>
59135935
</Camera>
59145936
<Camera make="NIKON" model="E5700" mode="12bit-uncompressed" decoder_version="4">
5915-
<ID make="Nikon" model="E5700">Nikon E5700</ID>
5937+
<ID make="Nikon" model="E5700">Nikon Coolpix 5700</ID>
59165938
<CFA width="2" height="2">
59175939
<Color x="0" y="0">FUJI_GREEN</Color>
59185940
<Color x="1" y="0">MAGENTA</Color>

0 commit comments

Comments
 (0)