diff --git a/system/camerad/sensors/ar0231.cc b/system/camerad/sensors/ar0231.cc index f5d9d333ab..88e978ebb1 100644 --- a/system/camerad/sensors/ar0231.cc +++ b/system/camerad/sensors/ar0231.cc @@ -144,16 +144,16 @@ AR0231::AR0231() { 0x020007ff, 0x020007ff, 0x020007ff, 0x020007ff, 0x02000bff, 0x02000bff, 0x02000bff, 0x02000bff, 0x020017ff, 0x020017ff, 0x020017ff, 0x020017ff, - 0x020006ff, 0x020006ff, 0x020006ff, 0x020006ff, 0x02001bff, 0x02001bff, 0x02001bff, 0x02001bff, 0x020023ff, 0x020023ff, 0x020023ff, 0x020023ff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, + 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, }; for (int i = 0; i < 252; i++) { linearization_lut.push_back(0x0); } - linearization_pts = {0x07ff0bff, 0x17ff06ff, 0x1bff23ff, 0x3fff3fff}; + linearization_pts = {0x07ff0bff, 0x17ff1bff, 0x23ff3fff, 0x3fff3fff}; for (int i = 0; i < 884*2; i++) { vignetting_lut.push_back(0xff); } diff --git a/system/camerad/sensors/os04c10.cc b/system/camerad/sensors/os04c10.cc index 8d0bed247f..cbbb93fdce 100644 --- a/system/camerad/sensors/os04c10.cc +++ b/system/camerad/sensors/os04c10.cc @@ -78,16 +78,16 @@ OS04C10::OS04C10() { 0x020007ff, 0x020007ff, 0x020007ff, 0x020007ff, 0x02000bff, 0x02000bff, 0x02000bff, 0x02000bff, 0x020017ff, 0x020017ff, 0x020017ff, 0x020017ff, - 0x020006ff, 0x020006ff, 0x020006ff, 0x020006ff, 0x02001bff, 0x02001bff, 0x02001bff, 0x02001bff, 0x020023ff, 0x020023ff, 0x020023ff, 0x020023ff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, + 0x00003fff, 0x00003fff, 0x00003fff, 0x00003fff, }; for (int i = 0; i < 252; i++) { linearization_lut.push_back(0x0); } - linearization_pts = {0x07ff0bff, 0x17ff06ff, 0x1bff23ff, 0x3fff3fff}; + linearization_pts = {0x07ff0bff, 0x17ff1bff, 0x23ff3fff, 0x3fff3fff}; for (int i = 0; i < 884*2; i++) { vignetting_lut.push_back(0xff); }