openflexure-microscope-server/openflexure_microscope/api
Richard Bowman e6ec800c21 Fixed camera settings
Since splitting the camera config into a separate YAML file, we've broken
the ability to change the camera's configuration via the API (or at any time
except when the camera is set up, I think).  This (mostly) fixes that, though
I get type errors that I've had to work around (e.g. when setting
shutter_speed), see `pi.py`
2019-04-08 22:41:12 +01:00
..
static Updated self-served client to new version 2019-01-22 13:46:46 +00:00
templates Enable web UI to run when no stage is connected 2019-01-22 14:47:11 +00:00
v1 Fixed camera settings 2019-04-08 22:41:12 +01:00
__init__.py Created API V1 2018-11-08 15:02:04 +00:00
app.py Close the camera if the stage cannot be opened 2019-03-21 17:48:45 +00:00
exceptions.py Fixed HTTP exceptions not returning with correct HTTP status code 2019-02-20 13:26:21 +00:00
utilities.py Went on a PEP-8 rampage 2019-01-31 17:20:46 +00:00