Replies: 1 comment 1 reply
-
|
The feature was implemented to fix issues like #282. You run into this in matrix/2D barcodes, when the module size of the symbol is larger than 8x8 pixels and are using the I don't see an issue with stating that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at ReaderOptions.h, the downscaleThreshold and downscaleFactor properties say " WARNING: this API is experimental and may change/disappear". However, the tryDownscale property does not. The default is for tryDownscale is true, which seems strange for an experimental API.
I have a simple QR Code (set to "QR code we are") that is 21mm (~7/8") square on the page; it is not rotated and is printed very clear. The barcode is not detected unless tryDownscale is true. It is found when at pyramid level 2. When I have other barcodes (e.g. 128, 3of9, PDF), they are detected just fine when tryDownscale is set to false; whether they are 'normal' size or smaller.
I'm looking for more details on the purpose of Downscale.
Beta Was this translation helpful? Give feedback.
All reactions