Skip to content

Commit

Permalink
feat: Support EOS R series cameras
Browse files Browse the repository at this point in the history
by libraw

fix #337
  • Loading branch information
ktgw0316 committed Mar 24, 2024
1 parent a134c75 commit eb5ffb1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,15 @@ private ColorModel getColorModel(dcrawMode mode, int bands, int dataType)
"CANON EOS M5",
"CANON EOS M6",
"CANON EOS REBEL SL2", "CANON EOS 200D",
"CANON EOS R",
"CANON EOS R3",
"CANON EOS R5",
"CANON EOS R6",
"CANON EOS R6m2",
"CANON EOS R7",
// "CANON EOS R8",
"CANON EOS R10",
"CANON EOS RP",
"CANON EOS-1D MARK II N",
"CANON EOS-1D MARK II",
"CANON EOS-1D MARK III",
Expand Down

0 comments on commit eb5ffb1

Please sign in to comment.