Hello,
I am trying to utilise the camera to scan a simple QR code for registration purposes. This works fine with the Motorola TC55.
This does not work with the Samsung test device. I get an inverted image which makes it very difficult to line up the barcode. The scanning is actually pretty good once it's lined up but the image being inverted is not usable.
Has anyone else had any luck with this?
Below is a snippet of my Javascript code:
var scanner = scanners[indexOfCameraScanner];
scanner.take({}, scan_received_callback);
PS: Getting a bit frustrated with RhoMobile as we decided upon this for the idea of BYOD (as well as handling enterprise devices), every time I try to develop something new there are a whole lot of unpolished bugs and annoyances that I have to deal with.
1 Replies
Actually the image is rotated by 90 degrees clockwise.