openflexure-microscope-server/src/openflexure_microscope_server/things/camera
Julian Stirling c16a0391df Divide up tuning file modification from camera actions for recalibration.
* Ensure that funtions only called locally by recalibrate utils are private
* Move public API to the top of the recalibrate utils file
* Move files that only alter the tuning dictionary to their own file

This makes the recalibration API used by PiCamera much more clearly defined, which
helps to plan out how to allow for different models.
2025-09-18 13:00:46 +01:00
..
__init__.py Change background detect to use lores stream for consistent stream even when scanning. 2025-09-17 17:02:23 +01:00
opencv.py Add return typehints to magic methods 2025-08-27 18:56:09 +01:00
picamera.py Divide up tuning file modification from camera actions for recalibration. 2025-09-18 13:00:46 +01:00
picamera_recalibrate_utils.py Divide up tuning file modification from camera actions for recalibration. 2025-09-18 13:00:46 +01:00
picamera_tuning_file_utils.py Divide up tuning file modification from camera actions for recalibration. 2025-09-18 13:00:46 +01:00
simulation.py Add return typehints to magic methods 2025-08-27 18:56:09 +01:00