8000 Panasonic DC-GH7 support by kmilos · Pull Request #786 · darktable-org/rawspeed · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Panasonic DC-GH7 support #786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion data/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11372,8 +11372,29 @@
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="Panasonic" model="DC-GH7" supported="unknown-no-samples">
<Camera make="Panasonic" model="DC-GH7">
<ID make="Panasonic" model="DC-GH7">Panasonic DC-GH7</ID>
<Crop x="0" y="0" width="0" height="0"/>
<Sensor black="2048" white="65535"/>
<ColorMatrices>
<ColorMatrix planes="3">
<ColorMatrixRow plane="0">8573 -3575 -678</ColorMatrixRow>
<ColorMatrixRow plane="1">-4252 12079 2451</ColorMatrixRow>
<ColorMatrixRow plane="2">-808 2524 5936</ColorMatrixRow>
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="Panasonic" model="DC-GH7" mode="4:3">
<ID make="Panasonic" model="DC-GH7">Panasonic DC-GH7</ID>
<Crop x="0" y="0" width="0" height="0"/>
<Sensor black="2048" white="65535"/>
<ColorMatrices>
<ColorMatrix planes="3">
<ColorMatrixRow plane="0">8573 -3575 -678</ColorMatrixRow>
<ColorMatrixRow plane="1">-4252 12079 2451</ColorMatrixRow>
<ColorMatrixRow plane="2">-808 2524 5936</ColorMatrixRow>
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="Panasonic" model="DC-G9">
<ID make="Panasonic" model="DC-G9">Panasonic DC-G9</ID>
Expand Down
Loading
0