calibration
This commit is contained in:
@@ -85,7 +85,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-row-padding">
|
||||
<div id="_well_btn" class="w3-col w3-margin-bottom"></div>
|
||||
<div id="_well_btn" class="w3-col w3-margin-bottom"></div>
|
||||
|
||||
<div class="w3-third">
|
||||
<button id="_previous" class="w3-button w3-dark-xlight w3-round-large w3-padding-small">
|
||||
<span class="w3-small">{% trans 'Précéd.' %}</span><br><i class="fa-solid fa-circle-left w3-xlarge"></i>
|
||||
@@ -134,17 +135,17 @@
|
||||
<div class="w3-row w3-row-padding">
|
||||
<div class="w3-half">
|
||||
<button id="_calib_debug" class="w3-button w3-dark-xlight w3-round-large w3-padding-1 w3-block" title="{% trans 'Ce mode permet les réglages graphiques' %}">
|
||||
{% trans 'Debug' %}<br><i class="fa-solid fa-triangle-exclamation w3-text-amber w3-xlarge"></i>
|
||||
<span class="debug">{% trans 'Debug' %}</span><br><i class="fa-solid fa-triangle-exclamation w3-text-amber w3-xlarge"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<button id="_median" class="w3-button w3-dark-xlight w3-round-large w3-padding-1 w3-block">
|
||||
{% trans 'Axes' %}<br><i class="fa-solid fa-crosshairs w3-text-amber w3-xlarge"></i>
|
||||
<span class="median">{% trans 'Axes' %}</span><br><i class="fa-solid fa-crosshairs w3-text-amber w3-xlarge"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="w3-col">
|
||||
<button id="_crop" class="w3-button w3-dark-xlight w3-round-large w3-padding-small w3-margin-top w3-block" title="{% trans 'Ce mode actionne le pointage graphique' %}">
|
||||
{% trans 'Recadrer' %}<br><i class="fa-solid fa-crop w3-text-amber w3-xlarge"></i>
|
||||
<span class="crop">{% trans 'Recadrer pour calibrer / suivre' %}</span><br><i class="fa-solid fa-crop w3-text-amber w3-xlarge"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -48,6 +48,9 @@
|
||||
{% trans 'Simuler' %}<br>{% trans 'le balayage' %}<br><i class="fa-solid fa-triangle-exclamation w3-text-orange w3-xlarge"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="w3-col">
|
||||
<div id="_well_btn" class="w3-margin-top"></div>
|
||||
</div>
|
||||
<div class="w3-col">
|
||||
<button id="_halt" class="w3-button w3-red w3-round-large w3-margin-top w3-block">
|
||||
{% trans 'ARRET' %}<br><i class="fa-solid fa-hand w3-xlarge"></i>
|
||||
@@ -94,7 +97,8 @@
|
||||
area_px : sId("_area_px"),
|
||||
frame_count : sId("_count"),
|
||||
scan_state : sId("_scan_state"),
|
||||
simulate : sId("_simulate")
|
||||
simulate : sId("_simulate"),
|
||||
well_btn : sId("_well_btn")
|
||||
};
|
||||
</script>
|
||||
<script src="/static/scanner/js/scanning.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user