You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[1] Set canvas size to min(SOME_FIXED_MIN, input image size)
Priority: P1, effort estimate: Low
File based scanning doesn’t have constraints of real time scanning. Ok to prefer accuracy of scan as compared to latency.
Implement this.
[2] Configure tryHarder param in zxing-js
Priority: P1, effort estimate: Low
tryHarder param tells the library to try fallbacks like rotating images.
Implement this.
(p2) Add support for inversion of the image as if try harder or other option is enabled.
[3] Add padding to internal canvas
The library expects some padding or empty space after the code ends to ensure the code is accurately decoded. If the input image has no padding between the code and image boundary this may fail.
Double check that the zxing-js is not adding some padding of it’s own.
Add padding in case of file based scan (greater than the quiet area definition in the library)
The text was updated successfully, but these errors were encountered:
[1] Set canvas size to
min(SOME_FIXED_MIN, input image size)
Priority: P1, effort estimate: Low
File based scanning doesn’t have constraints of real time scanning. Ok to prefer accuracy of scan as compared to latency.
[2] Configure
tryHarder
param inzxing-js
Priority: P1, effort estimate: Low
tryHarder
param tells the library to try fallbacks like rotating images.[3] Add padding to internal canvas
The library expects some padding or empty space after the code ends to ensure the code is accurately decoded. If the input image has no padding between the code and image boundary this may fail.
quiet area
definition in the library)The text was updated successfully, but these errors were encountered: