This commit is contained in:
@@ -10,14 +10,12 @@
|
||||
<body>
|
||||
<video id="magic_video" class="offscreen">video stream unavailable</video>
|
||||
<div id="home" style="display: none;">
|
||||
<button onclick="setdetails()" style="display: none; align-self: end;" id="endcamera">Next</button>
|
||||
<button onclick="takepicture()" style="align-self: end;">Take Picture!</button>
|
||||
<canvas id="precanvas" class="offscreen"></canvas>
|
||||
<div id="camview">
|
||||
<div id="video-container">
|
||||
<video id="preview">video stream unavailable</video>
|
||||
</div>
|
||||
<div id="picbar">
|
||||
<button id="takepicture" onclick="takepicture()">Take Picture!</button>
|
||||
<button onclick="setdetails()" style="display: none; align-self: end;" id="endcamera">Next</button>
|
||||
</div>
|
||||
<canvas id="precanvas" class="offscreen"></canvas>
|
||||
<video id="preview">video stream unavailable</video>
|
||||
</div>
|
||||
<div id="details" style="display: none;">
|
||||
<span>Longitude: <input type="number" id="long"/></span>
|
||||
@@ -28,7 +26,7 @@
|
||||
<button onclick="render()">Finish</button>
|
||||
</div>
|
||||
<div id="finalresult" style="display: none;">
|
||||
<iframe id="final" width="1440" height="960"></iframe>
|
||||
<iframe id="final"></iframe>
|
||||
<button onclick="download()">Download!</button>
|
||||
<button onclick="window.location.reload()">Take Another Picture</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user