Skip to content

Commit

Permalink
Nikon Df: reenable camera support for 14Bit, #11231 (incomplete)
Browse files Browse the repository at this point in the history
12 Bit samples are missing.
  • Loading branch information
schenlap committed Oct 15, 2016
1 parent 6167bb7 commit d555af2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/external/rawspeed/data/cameras.xml
Expand Up @@ -2291,7 +2291,7 @@
<Hint name="nikon_override_auto_black" value=""/>
</Hints>
</Camera>
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="14bit-compressed" supported="no"> <!-- need raw sample for whitelevel -->
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="14bit-compressed">
<ID make="Nikon" model="Df">Nikon Df</ID>
<CFA width="2" height="2">
<Color x="0" y="0">RED</Color>
Expand All @@ -2300,12 +2300,12 @@
<Color x="1" y="1">BLUE</Color>
</CFA>
<Crop x="2" y="0" width="-50" height="0"/>
<Sensor black="0" white="16383"/>
<Sensor black="0" white="15520"/>
<BlackAreas>
<Vertical x="4984" width="8"/>
</BlackAreas>
</Camera>
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="14bit-uncompressed" supported="no"> <!-- need raw sample for whitelevel -->
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="14bit-uncompressed">
<ID make="Nikon" model="Df">Nikon Df</ID>
<CFA width="2" height="2">
<Color x="0" y="0">RED</Color>
Expand All @@ -2314,12 +2314,12 @@
<Color x="1" y="1">BLUE</Color>
</CFA>
<Crop x="2" y="0" width="-50" height="0"/>
<Sensor black="0" white="16383"/>
<Sensor black="0" white="15520"/>
<BlackAreas>
<Vertical x="4984" width="8"/>
</BlackAreas>
</Camera>
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="12bit-compressed" supported="no">
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="12bit-compressed" supported="no"> <!-- need raw sample for whitelevel -->
<ID make="Nikon" model="Df">Nikon Df</ID>
<CFA width="2" height="2">
<Color x="0" y="0">RED</Color>
Expand All @@ -2333,7 +2333,7 @@
<Vertical x="4984" width="8"/>
</BlackAreas>
</Camera>
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="12bit-uncompressed" supported="no">
<Camera make="NIKON CORPORATION" model="NIKON Df" mode="12bit-uncompressed" supported="no"> <!-- need raw sample for whitelevel -->
<ID make="Nikon" model="Df">Nikon Df</ID>
<CFA width="2" height="2">
<Color x="0" y="0">RED</Color>
Expand Down

0 comments on commit d555af2

Please sign in to comment.