Mobile scan input

0
I have built a Mendix application to capture information from medical procedures. Some of this data is in the form of barcodes that are on stickers attached to medical charts. I would like to be able to use the camera on a mobile device (phone or tablet), to scan and place the number from the barcode into an input field on a Mendix form. Does anyone have any experience with this? Any pointers or ideas for me about how to accomplish this?
asked
1 answers
0

Mike,

If you have an image to pass to a microflow then with some java you should be able to do this. See for example: example java lib

answered