I'm developing an app in ionic 6 with Angular and I'm trying to combine the camera-preview plugin with a js library capable of recognizing a Barcode in real time. Unfortunately, while trying some libraries, the yield is not the desired one (out of 10 barcodes, only 1 is returned). I've already tried the QuaggaJS and Zxing libraries but they show problems on iOS devices. Has anyone had a case like this before? How can I combine camera-preview customization with live barcode reading in Ionic 6? A thousand thanks.
I tried libraries like ZXing and QuaggaJS but they are not compatible or too slow on iOS and Android devices.