Optimise camera for QR codes

Randomblue

I have a AVCaptureDevice specifically to scan QR codes (using AVMetadataObjectTypeQRCode). My goal is to make QR code scanning as fast as possible.

Several settings of the AVCaptureDevice camera (e.g. focus and exposure) can be programmatically adjusted in iOS.

What camera optimisations I can make to minimise the time it takes to capture a QR code on an iPhone?

Patrick L

Most of those settings optimal values vary based on the environment (eg dark/bright room, near/far QR Code etc.), so unless you know your user's environment (eg if the app was used exclusively in factory assembly lines), the default is probably best.

However (according to this source), If you know that the QR code will be near the camera you can speed up autofocus by setting autoFocusRangeRestriction to a near range value. You could also make sure that smoothAutoFocusEnabled is set to false.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

QR codes recognition solutions

From Dev

Generating WeChat QR Codes

From Dev

Easily generating QR codes

From Dev

Storing binary data in QR codes

From Dev

Zxing library for QR codes in Android

From Dev

is it required to store QR codes in database?

From Dev

Ruby on Rails using Qr Codes

From Dev

How to limit ZBar QR code reader to only detect QR codes?

From Dev

Laravel QR Codes: endroid/QrCode, how to use it?

From Dev

Using ImageMagick/ZBar to read QR codes

From Dev

use qr codes to store information in a database

From Dev

Can Kofax Capture 10 process QR codes?

From Dev

Using ImageMagick/ZBar to read QR codes

From Dev

Is it possible to have QR codes read and added to a MongoDB?

From Dev

Track QR-Codes with google Analytics

From Dev

Are QR Codes Really More Easily Read by Computers

From Dev

Is there a library for generating VECTOR QR Codes on a LAMP stack?

From Dev

libqrencode doesn't make QR Codes

From Java

Decoding the UK's NHS Test and Trace QR codes

From Dev

Formatting QR Codes in HTML emails using the <pre> tag

From Dev

how to create for QR Codes and implement to another pages to display

From Dev

I'm havig trouble generating QR codes dynamicaly

From Dev

Generate QR codes with custom dot shapes using zxing

From Dev

using opencv with zbar in python on windows 8.1 to detect qr codes

From Dev

Barcode scanner is reading only QR codes using ML Kit

From Dev

How can I create my own QR codes for free?

From Dev

WhatsApp web and desktop app displaying broken QR codes

From Dev

Generate batch QR Codes with node and npm qrcode package

From Dev

Why do I get different QR codes from the same input with different QR generators?

Related Related

HotTag

Archive