Skip to content
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

Sony ZV-1M2 support #488

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
17 changes: 16 additions & 1 deletion data/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14161,8 +14161,23 @@
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="SONY" model="ZV-1M2" supported="unknown-no-samples">
<Camera make="SONY" model="ZV-1M2">
<ID make="Sony" model="ZV-1M2">Sony ZV-1M2</ID>
<CFA width="2" height="2">
<Color x="0" y="0">RED</Color>
<Color x="1" y="0">GREEN</Color>
<Color x="0" y="1">GREEN</Color>
<Color x="1" y="1">BLUE</Color>
</CFA>
<Crop x="0" y="0" width="-8" height="0"/>
<Sensor black="800" white="16300"/>
<ColorMatrices>
<ColorMatrix planes="3">
<ColorMatrixRow plane="0">8280 -2987 -703</ColorMatrixRow>
<ColorMatrixRow plane="1">-3531 11645 2133</ColorMatrixRow>
<ColorMatrixRow plane="2">-550 1542 5312</ColorMatrixRow>
</ColorMatrix>
</ColorMatrices>
</Camera>
<Camera make="SONY" model="ZV-E1">
<ID make="Sony" model="ZV-E1">Sony ZV-E1</ID>
Expand Down
Loading