openflexure-microscope-server/openflexure_microscope/api/default_extensions/picamera_autocalibrate
Richard Bowman bb303d4766 Simplified auto gain/exposure algorithm
adjust_shutter_and_gain_from_raw now uses a simpler algorithm.
The code is longer overall but hides some details in fuctions.
I've also split the loop into one for shutter speed and one for gain.
This isn't the algorithm that I originally wrote, but it seems to
work and is more readable.
2021-04-27 18:54:21 +01:00
..
__init__.py Updated default extensions to subclass structure 2020-11-30 16:41:39 +00:00
extension.py Swap Generator annotation for Iterator 2021-04-27 17:13:40 +01:00
recalibrate_utils.py Simplified auto gain/exposure algorithm 2021-04-27 18:54:21 +01:00