I am making application for android which includes barcode scanner. I am using Barcodescanner plugin but i have really big problem with settings. It can read simple barcodes even QR barcode but it won't read PDF417 barcode.
I installed plugin like this: cordova plugin add https://github.com/wildabeast/BarcodeScanner.git
I have two questions:
How to increase viewfinder (crop) area? My area is much smaller than original Barcode scanner application which i have installed from google play.
There is no settings (at least i could not find them) where i can enable PDF 417 reader. In original application that reader is disabled and you have to enable it by checking it. Maybe for android plugin that reader is enabled by default but if so why i cannot read even very simple pdf417 barcode.
P.S. I am not using Phonegap Build. Please answer me asap.