Basic color support for Canon EOS 2000D in camconst.json
Fixes #5495, but improvement possible
This commit is contained in:
@@ -1022,6 +1022,14 @@ Camera constants:
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ // Quality C, samples provided by falket #5495
|
||||||
|
"make_model": [ "Canon EOS 2000D", "Canon EOS Rebel T7", "Canon EOS Kiss X90" ],
|
||||||
|
// raw_crop is handled by dcraw
|
||||||
|
// "dcraw_matrix": [ 8532, -701, -1167, -4095, 11879, 2508, -797, 2424, 7010 ], // Adobe DNG v.10.3
|
||||||
|
"dcraw_matrix": [ 8300, -2110, -1120, -4917, 12694, 2482, -938, 2141, 5666 ], // Adobe DNG v.10.3 (v2)
|
||||||
|
"ranges": { "white": 15300 } // typical value, very non-linear behavior near clipping
|
||||||
|
},
|
||||||
|
|
||||||
// Canon MILC (mirrorless interchangeable-lens camera)
|
// Canon MILC (mirrorless interchangeable-lens camera)
|
||||||
|
|
||||||
{ // Quality B, missing scaling factors are guessed safely from 650D relative data
|
{ // Quality B, missing scaling factors are guessed safely from 650D relative data
|
||||||
|
Reference in New Issue
Block a user