Dynamsoft / barcode-reader-javascript

Dynamsoft Barcode Reader JavaScript SDK for package managers. PDF417, QR Code, DataMatrix, MaxiCode and more are supported.
https://www.dynamsoft.com/barcode-reader/sdk-javascript/
Other
170 stars 110 forks source link

iPhone 14 Pro Max's rear camera is not focusing #126

Closed Keillion closed 1 year ago

Keillion commented 1 year ago

Dynamsoft/barcode-reader-javascript-samples#99

It is a common phenomenon and is an issue introduced with newer versions of iPhone/iOS.

SOLUTION:

Use singleFrameMode as a fallback to alleviate this problem. e.g. code: https://github.com/dynamsoft-rd-0/dbrjs-mass-samples/blob/master/not-focus-so-single-frame-mode.html run: https://dynamsoft-rd-0.github.io/dbrjs-mass-samples/not-focus-so-single-frame-mode.html

Keillion commented 1 year ago

Resolved