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
51
51
52
52
// Apply the new settings to the instance
53
53
dbr .updateRuntimeSettings (sts );
54
-
55
- //dbr.outputSettingsToFile("D:/ReadRateFirstTemplate.json", "tpl_rfs");
56
54
}
57
55
58
56
private static void configReadRateFirstByTemplate (BarcodeReader dbr ) throws BarcodeReaderException {
59
57
// 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.
61
59
dbr .initRuntimeSettingsWithFile ("ReadRateFirstTemplate.json" , EnumConflictMode .CM_OVERWRITE );
62
60
}
63
61
You can’t perform that action at this time.
0 commit comments