We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c071f53 commit 85bd2a9Copy full SHA for 85bd2a9
1 file changed
hello-world/blazor/hello-world-blazor/BlazorApp/wwwroot/decodeVideo.js
@@ -37,8 +37,8 @@ window.startVideoDecode = async () => {
37
38
// Open camera and start scanning single barcode.
39
await cameraEnhancer.open();
40
- // Uncomment the following line to enable scan laser
41
- //cameraView.setScanLaserVisible(true);
+
+ cameraView.setScanLaserVisible(true);
42
await cvRouter.startCapturing("ReadSingleBarcode");
43
} catch (ex) {
44
let errMsg = ex.message || ex;
0 commit comments