First working camera stage mapping calibration

This commit is contained in:
Richard Bowman 2020-03-12 16:03:11 +00:00
parent c240453762
commit e452d623ca
8 changed files with 1078 additions and 0 deletions

View file

@ -5,6 +5,7 @@ from .autofocus import autofocus_extension_v2
from .scan import scan_extension_v2
from .zip_builder import zip_extension_v2
from .autostorage import autostorage_extension_v2
from .camera_stage_mapping import csm_extension
# "Gracefully" handle cases where picamera cannot be imported (eg test server)
try: