From a1894c0dbf61e1b6a5d38021e2959a79a97c96a3 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 8 Jul 2026 16:58:22 +0100 Subject: [PATCH 1/2] Add an illumination adjustment step to calibration. --- .../illuminationAlignmentStep.vue | 114 ++++++++++++++++++ .../cameraCalibrationTask.vue | 2 + 2 files changed, 116 insertions(+) create mode 100644 webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationSteps/illuminationAlignmentStep.vue diff --git a/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationSteps/illuminationAlignmentStep.vue b/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationSteps/illuminationAlignmentStep.vue new file mode 100644 index 00000000..c4b71f0f --- /dev/null +++ b/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationSteps/illuminationAlignmentStep.vue @@ -0,0 +1,114 @@ + + + + diff --git a/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationTask.vue b/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationTask.vue index 12e6e383..e1dda34d 100644 --- a/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationTask.vue +++ b/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationTask.vue @@ -12,6 +12,7 @@