Skip to content

Commit

Permalink
align
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Jun 21, 2024
1 parent 3362fa5 commit 11baa33
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions gum_picker_output.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
<html>
<meta charset=utf-8>
<button id="start">Start!</button><button id="halt">Stop!</button><br><br>
Camera: <select id="camera" disabled></select><br>
Microphone: <select id="microphone" disabled></select><br>
Speakers: <button id="speakers">Default system output...</button>
<button id="reset" hidden>Reset</button><br><br>
<table>
<tr>
<td>Camera:</td>
<td><select id="camera" disabled></select></td>
</tr>
<tr>
<td>Microphone:</td>
<td><select id="microphone" disabled></select></td>
</tr>
<tr>
<td>Speakers:</td>
<td>
<button id="speakers">Default system output...</button>
<button id="reset" hidden>Reset</button>
</td>
</tr>
</table><br><br>
<video id="video" height="200" autoplay controls></video><canvas id="canvas"></canvas><br>
<div id="div"></div><br>
<script>
Expand Down

0 comments on commit 11baa33

Please sign in to comment.