Simulation mode

I successfully calibrated and used the camera-stage mapping.
This commit is contained in:
Richard Bowman 2024-11-02 00:10:25 +00:00
parent 2019234ad1
commit 868aa0598c
5 changed files with 215 additions and 11 deletions

View file

@ -1,7 +1,7 @@
"""OpenFlexure Microscope OpenCV Camera
This module defines a Thing that is responsible for using the stage and
camera together to perform an autofocus routine.
This module defines a camera Thing that uses OpenCV's
`VideoCapture`.
See repository root for licensing information.
"""