Hi all,
I'm working on a development that needs to get an image and scan the QR/Barcodes from the camera of an iPad/iPhone, and also to get the coordinates found of the QR/Barcodes.
This post helped me out to accomplish the first part:
https://www.b4x.com/android/forum/threads/save-ibarcode-preview-as-a-bitmap.64405/page-2#posts
And this post helped to get the coordinates of a QR Code:
https://www.b4x.com/android/forum/threads/detect-qr-code-from-an-image.133587/#content
In B4A, with the google vision library, its easy to get the coordinates of QRCodes or Barcodes, but in B4i it looks that it is only supported for QR Codes, so I was wondering if there is a way to get the coordinates (bounds) from a barcode too.
Or is there any another workaround?
I was caming up with an idea to create a web service with a barcode/qrcode free source api and process the image and get back the info, but i'm worried about performance.
Please guys let me know if you have a way to accomplish this
Many thanks in advance!
I'm working on a development that needs to get an image and scan the QR/Barcodes from the camera of an iPad/iPhone, and also to get the coordinates found of the QR/Barcodes.
This post helped me out to accomplish the first part:
https://www.b4x.com/android/forum/threads/save-ibarcode-preview-as-a-bitmap.64405/page-2#posts
And this post helped to get the coordinates of a QR Code:
https://www.b4x.com/android/forum/threads/detect-qr-code-from-an-image.133587/#content
In B4A, with the google vision library, its easy to get the coordinates of QRCodes or Barcodes, but in B4i it looks that it is only supported for QR Codes, so I was wondering if there is a way to get the coordinates (bounds) from a barcode too.
Or is there any another workaround?
I was caming up with an idea to create a web service with a barcode/qrcode free source api and process the image and get back the info, but i'm worried about performance.
Please guys let me know if you have a way to accomplish this
Many thanks in advance!