Update camconst.json with support for Nikon COOLPIX P950. Fixes #6066
This commit is contained in:
@@ -1603,6 +1603,22 @@ Camera constants:
|
|||||||
// No aperture scaling reported
|
// No aperture scaling reported
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{ // Quality B, samples provided by arvindpgh (#6066)
|
||||||
|
// Sensor shows some non-uniformity, need other sample to verify
|
||||||
|
// There seems to be some aperture scaling, but insufficient data to accurately determine
|
||||||
|
"make_model": "Nikon COOLPIX P950",
|
||||||
|
"dcraw_matrix": [ 13307,-5641,-1290,-2048,10581,1689,-64,1222,5176 ], // ColorMatrix2 from Adobe DNG Converter 13.1
|
||||||
|
"ranges": {
|
||||||
|
"black": 200,
|
||||||
|
"white": [
|
||||||
|
{ "iso": [ 100 ], "levels": [ 3994, 4093, 3963 ] }, // LENR can be quite aggressive at higher ISO
|
||||||
|
{ "iso": [ 200 ], "levels": [ 3993, 4092, 3962 ] },
|
||||||
|
{ "iso": [ 400 ], "levels": [ 3992, 4091, 3961 ] },
|
||||||
|
{ "iso": [ 800, 1600, 3200, 6400 ], "levels": [ 3996, 4095, 3965 ] }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
{ // Quality B, no LENR samples
|
{ // Quality B, no LENR samples
|
||||||
"make_model": "Nikon D5",
|
"make_model": "Nikon D5",
|
||||||
"dcraw_matrix": [ 9200,-3522,-992,-5755,13803,2117,-753,1486,6338 ], // adobe dng_v9.5 d65
|
"dcraw_matrix": [ 9200,-3522,-992,-5755,13803,2117,-753,1486,6338 ], // adobe dng_v9.5 d65
|
||||||
|
Reference in New Issue
Block a user