We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f9edf commit 6ffc2b3Copy full SHA for 6ffc2b3
1 file changed
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