scan inverted custom view #669
Replies: 4 comments 1 reply
-
any update please, I've the same issue. |
Beta Was this translation helpful? Give feedback.
-
Need more details here. Does it work in the sample app (https://github.com/journeyapps/zxing-android-embedded/releases/tag/v4.3.0), but not with a custom view? Or not at all? Do you have a sample of a barcode that fails to scan? Are there any errors, or does it just not detect the barcode? |
Beta Was this translation helpful? Give feedback.
-
the sample app doesn"t have the custom example with the inverted option |
Beta Was this translation helpful? Give feedback.
-
Instead, you should set the scan type on new DefaultDecoderFactory(formats, null, null, Intents.Scan.MIXED_SCAN); |
Beta Was this translation helpful? Give feedback.
-
Description of the problem:
with a custom view i cannot scan inverted qrcode
` barcodeScannerView = findViewById(R.id.zxing_barcode_scanner);
Which library version are you using? E.g. 3.2.0.
implementation('com.journeyapps:zxing-android-embedded:4.2.0') { transitive = false }
implementation 'com.google.zxing:core:3.3.0'
Which phone/tablet are you using, and which Android version does it run? (e.g. Samsung Galaxy S5,
Android 5.0)
android 10
Does the same happen on other devices or an emulator?
don't know
Can you reproduce the issue in the sample project included with the library? If not, can you
provide your own sample project or sample code that produces this error?
In the case of an error do you have a stack trace or adb logs?
Beta Was this translation helpful? Give feedback.
All reactions