File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ let settings: SimplifiedCaptureVisionSettings = {
229229 // Set the expected barcode count to 0 when you are not sure how many barcodes you are scanning.
230230 // Set the expected barcode count to 1 can maximize the barcode decoding speed.
231231 expectedBarcodesCount: 0 ,
232- barcodeFormats : EnumBarcodeFormat .BF_ONED | EnumBarcodeFormat .BF_QR_CODE | EnumBarcodeFormat .BF_PDF417 | EnumBarcodeFormat .BF_DATAMATRIX ,
232+ barcodeFormatIds : EnumBarcodeFormat .BF_ONED | EnumBarcodeFormat .BF_QR_CODE | EnumBarcodeFormat .BF_PDF417 | EnumBarcodeFormat .BF_DATAMATRIX ,
233233 }
234234};
235235// Only timeout, expectedBarcodesCount and barcodeFormatIds will be updated and undefined properties will retain their original values.
You can’t perform that action at this time.
0 commit comments