Added buttons for autofocus and recalibration
This commit is contained in:
parent
b561513c4f
commit
3b47437ce9
2 changed files with 19 additions and 0 deletions
|
|
@ -27,6 +27,9 @@
|
|||
<button type="button" onclick="setStagePositionsFromInput();">GO</button>
|
||||
<button type="button" onclick="getStagePositions();">Update</button>
|
||||
</p>
|
||||
<p>
|
||||
<button type="button" onclick="doAutofocus();">Autofocus</button>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Doubleclick to position: <input type="checkbox" id="clickPositionCheck" checked><br>
|
||||
|
|
@ -74,6 +77,11 @@
|
|||
|
||||
<p>Scroll to focus: <input type="checkbox" id="scrollFocusCheck" checked></p>
|
||||
|
||||
<h4>Camera:</h4>
|
||||
<div class="flexbox">
|
||||
<button type="button" onclick="calibrateCamera();">Recalibrate Camera</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="column middle">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue