Skip to content

Commit b2495c9

Browse files
Merge pull request #1 from JohemianKnapsody/set-geq-during-calibration
Update calibrate_lens_shading to set geq to max
2 parents a8f2cc5 + d6b66ea commit b2495c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/labthings_picamera2/thing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ def calibrate_lens_shading(self):
868868
one. This uses the camera's "tuning" file to correct the preview and
869869
the processed images. It should not affect raw images.
870870
"""
871+
self.set_static_green_equalisation()
871872
with self.picamera(pause_stream=True) as cam:
872873
L, Cr, Cb = recalibrate_utils.lst_from_camera(cam)
873874
recalibrate_utils.set_static_lst(self.tuning, L, Cr, Cb)

0 commit comments

Comments
 (0)