BarcodeScanner icon indicating copy to clipboard operation
BarcodeScanner copied to clipboard

iOS7+ AVCaptureMetaDataOutput vs xzing?

Open AlexMouton opened this issue 11 years ago • 1 comments

Hi Folks We have been experiencing relatively high rates of false-positive using this cordova/xzing solution. In exploration we noticed the availability of barcode metadata scanning available natively from iOS7+ using AVCaptureMetaDataOutput. The sample code from http://nshipster.com/ios7/ was easily shimmed in for proof of concept and seems to work great.

Is there any interest in bringing this to the main line for Barcode Scanner?

Our implementation can be found here: https://github.com/skcamp/BarcodeScanner/tree/ios-native

Thanks Alex Mouton

AlexMouton avatar Apr 16 '15 21:04 AlexMouton

Thanks for sharing this. It's significantly faster and better than the default solution.

redeemedfadi avatar Sep 10 '15 15:09 redeemedfadi