updates to camera-info
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 44s
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 44s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user