Our shop paper has barcodes that can be very close together (designed for hand-held scanners). Makes it difficult to scan the correct barcode.
In B4A I was able to crop the image in Camera1_Preview and the send that for recognition. I need to do the same or similar with B4i if possible.
This library allows you to use the device camera to scan for all kinds of barcodes. It is based on this open source project: https://github.com/mikebuss/MTBBarcodeScanner License: https://github.com/mikebuss/MTBBarcodeScanner/blob/master/LICENSE The attached example demonstrates how to use this...