We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8f2cc5 + d6b66ea commit b2495c9Copy full SHA for b2495c9
src/labthings_picamera2/thing.py
@@ -868,6 +868,7 @@ def calibrate_lens_shading(self):
868
one. This uses the camera's "tuning" file to correct the preview and
869
the processed images. It should not affect raw images.
870
"""
871
+ self.set_static_green_equalisation()
872
with self.picamera(pause_stream=True) as cam:
873
L, Cr, Cb = recalibrate_utils.lst_from_camera(cam)
874
recalibrate_utils.set_static_lst(self.tuning, L, Cr, Cb)
0 commit comments