We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f2418 commit 9153ad7Copy full SHA for 9153ad7
5.others/debug/public/index.html
@@ -11,11 +11,11 @@
11
<body>
12
<h1 style="font-size: 1.5em;">Read Barcodes from Camera - Debug</h1>
13
<button id="btn-show-scanner">show scanner</button>
14
- <br>
+ <br><br>
15
<label><input type="radio" name="video-settings" checked value="default">default</label>
16
<label><input type="radio" name="video-settings" value="back-camera">back camera</label>
17
<label><input type="radio" name="video-settings" value="only-video">only video</label>
18
19
<label><input id="cb-send-img" type="checkbox">send image to</label><input id="ipt-server-url" placeholder="server url, default ./collect">
20
<br>
21
<div id="div-video-container" style="width:100%;height:calc(100vh - 150px);"></div>
0 commit comments