File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
samples/Performance/ReadRateFirstSettings/src/main/java Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,11 @@ private static void configReadRateFirst(BarcodeReader dbr) throws BarcodeReaderE
5151
5252 // Apply the new settings to the instance
5353 dbr .updateRuntimeSettings (sts );
54-
55- //dbr.outputSettingsToFile("D:/ReadRateFirstTemplate.json", "tpl_rfs");
5654 }
5755
5856 private static void configReadRateFirstByTemplate (BarcodeReader dbr ) throws BarcodeReaderException {
5957 // Compared with PublicRuntimeSettings, parameter templates have a richer ability to control parameter details.
60- // Please refer to the parameter explanation in "ReadRateFirstTemplate.json" to understand how to control speed first.
58+ // Please refer to the parameter explanation in "ReadRateFirstTemplate.json" to understand how to control read rate first.
6159 dbr .initRuntimeSettingsWithFile ("ReadRateFirstTemplate.json" , EnumConflictMode .CM_OVERWRITE );
6260 }
6361
You can’t perform that action at this time.
0 commit comments