From c937e09e632a9ff6b5db0523ca5d9e5c1fe2a4c7 Mon Sep 17 00:00:00 2001 From: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com> Date: Wed, 16 Jun 2021 19:26:30 +0200 Subject: [PATCH] Fix raw crop for Canon EOS R5 --- rtengine/camconst.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 0d50b35f7..157bef8a4 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1211,7 +1211,7 @@ Camera constants: { // Quality C "make_model": "Canon EOS R5", "dcraw_matrix" : [9766, -2953, -1254, -4276, 12116, 2433, -437, 1336, 5131], - "raw_crop" : [ 124, 92, 8220, 5486 ], + "raw_crop" : [ 128, 96, 8224, 5490 ], "masked_areas" : [ 94, 20, 5578, 122 ], "ranges" : { "white" : 16382 } },