File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Dynamsoft.Core.CoreModule.engineResourcePaths = {
56
56
router . addResultReceiver ( resultReceiver ) ;
57
57
58
58
// Filter out unchecked and duplicate results.
59
- const filter = new MultiFrameResultCrossFilter ( ) ;
59
+ const filter = new Dynamsoft . Utility . MultiFrameResultCrossFilter ( ) ;
60
60
// Filter out unchecked barcodes.
61
61
filter . enableResultCrossVerification ( "barcode" , true ) ;
62
62
// Filter out duplicate barcodes within 3 seconds.
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ <h1 style="font-size: 1.5em">Read Barcodes from Camera - Debug</h1>
58
58
eruda . init ( ) ;
59
59
60
60
Dynamsoft . Core . CoreModule . enableLogging ( ) ;
61
- Dynamsoft . Core . CoreModule . onLog = console . log ;
62
61
Dynamsoft . CVR . CaptureVisionRouter . _onLog = console . log ;
63
62
Dynamsoft . DCE . CameraEnhancer . _onLog = console . log ;
64
63
You can’t perform that action at this time.
0 commit comments