camera-info updates
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 24s

This commit is contained in:
2025-05-28 09:44:13 -04:00
parent a6ffe95009
commit cca14927ba
3 changed files with 15 additions and 11 deletions

View File

@@ -27,8 +27,9 @@
<button onclick="render()">Finish</button>
</div>
<div id="finalresult" style="display: none;">
<canvas id="final" width="720" height="480"></canvas>
<canvas id="final" width="1440" height="960"></canvas>
<button onclick="download()">Download!</button>
<button onclick="window.location.reload()">Take Another Picture</button>
</div>
<script src="main.js"></script>
</body>