Not able to scan datetime format barcode using zxing barcode scanner

371 views Asked by At

I integrated ZXING barcode scanner into my project but its not working for datetime format 2021-05-19 12:25:09

I tried to scan using https://zxing-js.github.io/ngx-scanner and enable all the format but no luck.

In my codebase after scanning I am getting random numeric value as result.

I used the following barcode format in my code

  BarcodeFormat.CODE_128, BarcodeFormat.DATA_MATRIX, BarcodeFormat.EAN_8, BarcodeFormat.EAN_13,
  BarcodeFormat.ITF, BarcodeFormat.MAXICODE, BarcodeFormat.PDF_417, BarcodeFormat.QR_CODE, BarcodeFormat.RSS_14,
  BarcodeFormat.RSS_EXPANDED, BarcodeFormat.UPC_A, BarcodeFormat.UPC_E, BarcodeFormat.UPC_EAN_EXTENSION]``` 
0

There are 0 answers