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

This commit is contained in:
2025-07-16 21:29:15 -04:00
parent 0d85452718
commit 5522c8a133
3 changed files with 46 additions and 36 deletions

View File

@@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" href="manifest.json" />
<script src="https://unpkg.com/pdf-lib"></script>
</head>
<body>
<video id="magic_video" class="offscreen">video stream unavailable</video>
@@ -27,7 +28,7 @@
<button onclick="render()">Finish</button>
</div>
<div id="finalresult" style="display: none;">
<canvas id="final" width="1440" height="960"></canvas>
<iframe id="final" width="1440" height="960"></iframe>
<button onclick="download()">Download!</button>
<button onclick="window.location.reload()">Take Another Picture</button>
</div>