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 9be2e69 commit 22baea7Copy full SHA for 22baea7
hello-world/blazor/hello-world-blazor/BlazorApp/wwwroot/decodeVideo.js
@@ -37,7 +37,7 @@ window.startVideoDecode = async () => {
37
38
// Open camera and start scanning single barcode.
39
await cameraEnhancer.open();
40
- //cameraView.setScanLaserVisible(true);
+ cameraView.setScanLaserVisible(true);
41
await cvRouter.startCapturing("ReadSingleBarcode");
42
} catch (ex) {
43
let errMsg = ex.message || ex;
0 commit comments