Page 1 of 1

Bar Code Support

Posted: Tue Jul 05, 2011 6:38 pm
by TheBigDuck
I'd like to create an app that uses the camera to read bar codes or QR Codes.

Does RunRev Mobile support this on either Android or iOS?

Re: Bar Code Support

Posted: Tue Jul 05, 2011 6:48 pm
by Klaus
Hi Duck,

no.


Best

Klaus

Re: Bar Code Support

Posted: Wed Jul 06, 2011 5:25 am
by Jellicle
You can do it but there are a couple of problems you need to solve. Firstly, the camera doesn't currently permit you to overlay a mask within which the user can centre the bar code image. So once the picture of the bar code is captured, you need to do pixel-level analysis of the image to determine where the actual bar code lines are, and then read across those lines to determine what they say. All do-able, but it's likely to be painfully slow.

Gerry