I'm using livestreaming barcode scanner in my project but I have problem with scanning GTIN/GS1 barcodes. like barcode below
I have tried all options bellow
formatsEnabled: BarcodeFormat[] = [
BarcodeFormat.CODE_128,
BarcodeFormat.DATA_MATRIX,
BarcodeFormat.QR_CODE,
BarcodeFormat.EAN_8,
BarcodeFormat.EAN_13,
BarcodeFormat.UPC_EAN_EXTENSION,
];
How can I fix it? is there any alternative solutions?