Skip to content

Commit 0f0b802

Browse files
Update decodeVideo.js
1 parent 31eabfa commit 0f0b802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello-world/blazor/hello-world-blazor/BlazorApp/wwwroot/decodeVideo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ window.startVideoDecode = async () => {
3737

3838
// Open camera and start scanning single barcode.
3939
await cameraEnhancer.open();
40-
// Uncomment the following line to enable scan laser
41-
//cameraView.setScanLaserVisible(true);
40+
41+
cameraView.setScanLaserVisible(true);
4242
await cvRouter.startCapturing("ReadSingleBarcode");
4343
} catch (ex) {
4444
let errMsg = ex.message || ex;

0 commit comments

Comments
 (0)