openflexure-microscope-server/webapp/src/components/modalComponents/calibrationWizardComponents/cameraCalibrationSteps/camCalibrationExplanation.vue
2025-10-28 15:44:17 +00:00

19 lines
378 B
Vue

<template>
<div>
<p>
<b>
Before starting camera calibration:
</b>
</p>
<ul class="uk-list uk-list-bullet">
<li>Remove any samples from your microscope</li>
<li>Ensure your illumination is on, well focused, and centred.</li>
</ul>
</div>
</template>
<script>
export default {
name: "CamCalibrationExplanation",
};
</script>