openflexure-microscope-server/openflexure_microscope/camera
Richard Bowman bd5843cec7 Fixed camera's read_config method
read_config was only returning keys already present in the camera's config dictionary, which meant that if the camera settings were reset/deleted, it no longer read the settings from the picamera object.  I've changed it to use CONFIG_KEYS instead, which I believe is the correct behaviour.
2019-04-11 16:45:30 +01:00
..
piexif Fixed broken piexif imports 2019-02-19 13:26:18 +00:00
__init__.py PEP-8-ified code a bit 2018-11-07 14:22:42 +00:00
base.py Fixed camera settings 2019-04-08 22:41:12 +01:00
capture.py Removed debug code 2019-02-19 13:41:58 +00:00
pi.py Fixed camera's read_config method 2019-04-11 16:45:30 +01:00
set_picamera_gain.py Calibration now stores to a config file, which can be loaded 2018-11-29 17:58:24 +00:00