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