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 = {
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.
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>
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
You can’t perform that action at this time.
0 commit comments