BarcodeScanner
BarcodeScanner copied to clipboard
iOS7+ AVCaptureMetaDataOutput vs xzing?
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
Thanks for sharing this. It's significantly faster and better than the default solution.