Skip to content

Commit

Permalink
Add support for Canon EOS R5 C
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Feb 28, 2025
1 parent 1a208b5 commit 57816d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/imageio/imageio_libraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,13 @@ const model_map_t modelMap[] = {
.clean_model = "EOS Ra",
.clean_alias = "EOS Ra"
},
{
.exif_make = "Canon",
.exif_model = "Canon EOS R5 C",
.clean_make = "Canon",
.clean_model = "EOS R5 C",
.clean_alias = "EOS R5 C"
},
{
.exif_make = "Canon",
.exif_model = "Canon EOS R6m2",
Expand Down

0 comments on commit 57816d5

Please sign in to comment.