Fixed picamera setup
This commit is contained in:
parent
7458d278d8
commit
265eed7bfa
4 changed files with 18 additions and 21 deletions
|
|
@ -53,7 +53,7 @@ class MoveStageAPI(View):
|
|||
logging.warning("Unable to move. No stage found.")
|
||||
|
||||
# TODO: Make schema for microscope status
|
||||
return jsonify(microscope.status["stage"]["position"])
|
||||
return jsonify(microscope.state["stage"]["position"])
|
||||
|
||||
|
||||
@ThingAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue