Add basic camconst entry for Canon EOS R8
The camera seems to have the same characteristics as the Canon EOS R6m2. The raw crops for the R6m2 are derived from standard and CRAW images for full-frame and 1.6 crop. The raw crops for the R8 are from standard and CRAW images for full-frame only, but for both standard and Dual Pixel. The Dual Pixel R8 images require 10 pixels cropped from the right side instead of 6. Thus, the full-frame crop needs adjustment.
This commit is contained in:
parent
6a11c59b79
commit
376d680b16
@ -1259,10 +1259,10 @@ Camera constants:
|
|||||||
},
|
},
|
||||||
|
|
||||||
{ // Quality C
|
{ // Quality C
|
||||||
"make_model": "Canon EOS R6m2",
|
"make_model": ["Canon EOS R6m2", "Canon EOS R8"],
|
||||||
"dcraw_matrix": [9539, -2795, -1224, -4175, 11998, 2458, -465, 1755, 6048],
|
"dcraw_matrix": [9539, -2795, -1224, -4175, 11998, 2458, -465, 1755, 6048],
|
||||||
"raw_crop": [
|
"raw_crop": [
|
||||||
{"frame": [6188, 4120], "crop": [154, 96, 6028, 4024]},
|
{"frame": [6188, 4120], "crop": [154, 96, 6024, 4024]},
|
||||||
{"frame": [3936, 2612], "crop": [156, 96, 3780, 2516]}
|
{"frame": [3936, 2612], "crop": [156, 96, 3780, 2516]}
|
||||||
],
|
],
|
||||||
"masked_areas": [
|
"masked_areas": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user