From ddabcb20490553bb8dc03eb5f14bd2b2476a9c67 Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Tue, 9 May 2017 17:08:20 +0200 Subject: [PATCH] Do not crop 8px off LG mobile LG-H815 right border, #3868, https://discuss.pixls.us/t/support-for-lg-g4-camera-phone/3636 --- rtengine/camconst.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/camconst.json b/rtengine/camconst.json index 7330ff27c..527cbc632 100644 --- a/rtengine/camconst.json +++ b/rtengine/camconst.json @@ -1164,7 +1164,7 @@ Camera constants: { // Quality B, frame corrections "make_model": "LG mobile LG-H815", "dcraw_matrix": [ 5859,547,-1250,-6484,15547,547,-2422,5625,3906 ], // DNG D65 - "raw_crop": [ 0, 0, -8, 0 ], // full frame 5312x2988, 8 black columns at the left + "raw_crop": [ 0, 0, 0, 0 ], // full frame 5312x2988, 8 black columns at the left "ranges": { "white_max": 1023 } },