Skip to content

Commit 9519f81

Browse files
authored
Merge pull request #163 from Dynamsoft/_dev
Dev
2 parents f45c99a + 842d533 commit 9519f81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hello-world/electron/action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Dynamsoft.Core.CoreModule.engineResourcePaths = {
5656
router.addResultReceiver(resultReceiver);
5757

5858
// Filter out unchecked and duplicate results.
59-
const filter = new MultiFrameResultCrossFilter();
59+
const filter = new Dynamsoft.Utility.MultiFrameResultCrossFilter();
6060
// Filter out unchecked barcodes.
6161
filter.enableResultCrossVerification("barcode", true);
6262
// Filter out duplicate barcodes within 3 seconds.

others/debug/public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ <h1 style="font-size: 1.5em">Read Barcodes from Camera - Debug</h1>
5858
eruda.init();
5959

6060
Dynamsoft.Core.CoreModule.enableLogging();
61-
Dynamsoft.Core.CoreModule.onLog = console.log;
6261
Dynamsoft.CVR.CaptureVisionRouter._onLog = console.log;
6362
Dynamsoft.DCE.CameraEnhancer._onLog = console.log;
6463

0 commit comments

Comments
 (0)