Skip to content

Commit

Permalink
rawspeed: panasonic lx5/leica dlux5 16:9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pmjdebruijn committed Nov 24, 2014
1 parent 22bd7b0 commit b26e6b3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/external/rawspeed/data/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3949,6 +3949,19 @@
<Hint name="zero_is_bad" value=""/>
</Hints>
</Camera>
<Camera make="Panasonic" model = "DMC-LX5" mode="16:9">
<CFA width="2" height="2">
<Color x="0" y="0">GREEN</Color>
<Color x="1" y="0">RED</Color>
<Color x="0" y="1">BLUE</Color>
<Color x="1" y="1">GREEN</Color>
</CFA>
<Crop x="0" y="0" width="-104" height="-4"/>
<Sensor black="150" white="3986"/>
<Hints>
<Hint name="zero_is_bad" value=""/>
</Hints>
</Camera>
<Camera make="Panasonic" model = "DMC-LX5" mode="1:1">
<CFA width="2" height="2">
<Color x="0" y="0">GREEN</Color>
Expand Down Expand Up @@ -4002,6 +4015,19 @@
<Hint name="zero_is_bad" value=""/>
</Hints>
</Camera>
<Camera make="LEICA" model = "D-LUX 5" mode="16:9">
<CFA width="2" height="2">
<Color x="0" y="0">GREEN</Color>
<Color x="1" y="0">RED</Color>
<Color x="0" y="1">BLUE</Color>
<Color x="1" y="1">GREEN</Color>
</CFA>
<Crop x="0" y="0" width="-104" height="-4"/>
<Sensor black="150" white="3986"/>
<Hints>
<Hint name="zero_is_bad" value=""/>
</Hints>
</Camera>
<Camera make="LEICA" model = "D-LUX 5" mode="1:1">
<CFA width="2" height="2">
<Color x="0" y="0">GREEN</Color>
Expand Down

0 comments on commit b26e6b3

Please sign in to comment.