We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81eb0e6 commit 18115a4Copy full SHA for 18115a4
1 file changed
others/debug/public/index.html
@@ -220,8 +220,8 @@ <h1 style="font-size: 1.5em">Read Barcodes from Camera - Debug</h1>
220
.addEventListener("click", async () => {
221
const { cameraEnhancer, router } = await pInit;
222
223
- await router.stopCapturing();
224
- await cameraEnhancer.close();
+ router.stopCapturing();
+ cameraEnhancer.close();
225
});
226
227
let switchVideoSettings = async () => {
0 commit comments