Reputation: 20375
I wish to use QR code as a landmark in my project, where the phone's camera is moving. I am using an Android phone. So I am wondering how fast can a QR code be read and recognized?
Normal use requires quite a long time. I think around 2~3 seconds.
Can the recognition process be accelerated to say 0.5 second?
Is it possible for a moving camera to catch the QR code?
Upvotes: 0
Views: 359
Reputation: 7799
It depends on sensitivity (ISO), shutter speed, and aperture of the camera. And on external aspects: luminosity, angle and relative speed of the subject QR code.
Upvotes: 1
Reputation: 4339
Have you already tried this library? https://code.google.com/p/zxing/
From my experience, if the camera is in focus it recognize the QR code is 1 second or less.
Upvotes: 1