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

Canon M50 camera is missing in file cameras.xml #9429

Closed
mmhh76 opened this issue Jul 5, 2021 · 1 comment
Closed

Canon M50 camera is missing in file cameras.xml #9429

mmhh76 opened this issue Jul 5, 2021 · 1 comment

Comments

@mmhh76
Copy link

mmhh76 commented Jul 5, 2021

Hi again!

I saw there were denoise profile as well added to the Canon M50 camera. Didn't work either.
What I saw was that the Canon M50 is not in the cameras.xml at all.

What I did was copy the Canon M10 code and then changed the text to Canon M50, like this:
<Camera make="Canon" model="Canon EOS M50">
<ID make="Canon" model="EOS M50">Canon EOS M50</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="72" y="52" width="0" height="-2"/>
<Sensor black="2048" white="16000"/>
<BlackAreas>
<Vertical x="2" width="68"/>
<Horizontal y="2" height="40"/>
</BlackAreas>
<Hints>
<Hint name="wb_offset" value="142"/>
</Hints>
</Camera>

I don't know if it's the correct values for the M50, but after I added the code to cameras.xml, Denoise profile and White Balance profiles works without any changes to the White balance profiles which I did before to get it to work.

I compiled the latest development version of Darktable with the changes to cameras.xml. I followed the instructions on the github page.

I am using Ubuntu 21.04. Running the default graphic desktop GNOME.

I didn't add any patches to Darktable.

@johnny-bit
Copy link
Member

This issue is duplicate of your #9391 which should be closed IMO
This issue is duplicate of #2827

If you want to "ride" experimental CR3 support then the correct values are in darktable-org/rawspeed#271
(or just copy cameras.xml from there)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants