Quantcast
Channel: ZXing.Net
Viewing all 1871 articles
Browse latest View live

Commented Unassigned: Code 39 scan returns wrong string on Android [13281]

$
0
0
When a code 39 barcode contains the $ character, on xamarin android, the returned string escapes the $ and substracts 64 to the binary value of the following character, for example the attached barcode should read "$A $B" (decimal bytes: 36, 65, 32, 36, 66) but the resulting decimal bytes are 1, 32, 2.

The standalone android app reads the barcode correctly (or has a workaround).
A text QR code with the same string is read correctly.
Comments: ** Comment from web user: semicolo **

Forgot to mention this happens on version 1.4.6


New Post: Windows Phone 8.1

$
0
0
Ok i just did it!

I've just initialized the camera asynchronous and added some settings
FocusSettings focusSetting = new FocusSettings()
            {
                Mode = FocusMode.Continuous,
                AutoFocusRange = AutoFocusRange.Normal,
                DisableDriverFallback = false,
                WaitForFocus = true
            };
Now it does work fast!

Commented Unassigned: Code 39 scan returns wrong string on Android [13281]

$
0
0
When a code 39 barcode contains the $ character, on xamarin android, the returned string escapes the $ and substracts 64 to the binary value of the following character, for example the attached barcode should read "$A $B" (decimal bytes: 36, 65, 32, 36, 66) but the resulting decimal bytes are 1, 32, 2.

The standalone android app reads the barcode correctly (or has a workaround).
A text QR code with the same string is read correctly.
Comments: ** Comment from web user: micjahn **

That's because the Code39 Extended Mode is enabled.
The decoding hint USE_CODE_39_EXTENDED_MODE should not be set to get the correct behaviour in your case.
But you use the ZXing.Net.Mobile Xamarin component. The project here is only the base library of the component. Please open a new issue at the project page of ZXing.Net.Mobile if you can't disable the extended mode anywhere in the options of the component.

Closed Unassigned: Code 39 scan returns wrong string on Android [13281]

$
0
0
When a code 39 barcode contains the $ character, on xamarin android, the returned string escapes the $ and substracts 64 to the binary value of the following character, for example the attached barcode should read "$A $B" (decimal bytes: 36, 65, 32, 36, 66) but the resulting decimal bytes are 1, 32, 2.

The standalone android app reads the barcode correctly (or has a workaround).
A text QR code with the same string is read correctly.

Patch Uploaded: #16792

$
0
0

rhatgadkar has uploaded a patch.

Description:
This is a shipping label reader program. I have added support for decoding of IMBs.

Instructions:
Run the program, make sure the "Get tracking number" checkbox is checked, select one of the image files that are in the patch. It will output the IMB tracking number.

Changes:
I added a BinaryBitmap as another argument to decodeRow().
My implementation of the IMB decoder is in IMBReader.cs.



New Post: No autofocus to scan a simple barcode CODE39, on XPERIA M2 Phone but no issue on Samsung Phone

$
0
0
Hello,
I develop an application special Vending Machine for maintenance on Xamarin. I use a simple barcode code39 on maintenance's document.

I tested ZXing.Net.Mobile 1.4.6 on Samsung Phone S4 Mini I9195, no issue with this phone.

But With Sony XPERIA M2 (D2303) with last rom update KitKat 4.4.2. No autofocus to scan a simple barcode CODE39, it's always blur.

Do you have a fix to resolve this issue on developp branch ?

Thank you

New Post: how to start?

$
0
0
Hi
I am really new on Windows phone development and I need to créate a QR reader , I've found this zxing library but no example,.. do you know where can I see some code about it? or tutorial?

thanks a lot
Sergio

Patch Uploaded: #16811

$
0
0

Redth has uploaded a patch.

Description:
Xamarin.iOS Unified API Support

There are some 'breaking' changes in the latest version of Xamarin where we now have our 'Classic' API (the old, existing one), and the new 'Unified' API which can support x64 iOS devices.

To do this, there are a number of changes to the new 'Unified' API:
- RectangleF, PointF, SizeF become CGRect, CGPoint, CGSize
- Introduction of nfloat, nint types to replace NSInteger, NSFloat, etc. Most .NET instances do not need to change for these, it's only interacting with iOS API's that may need some changes
- Namespaces drop MonoTouch. prefix (eg: using MonoTouch.UIKit; becomes using UIKit;)

To accommodate these changes in ZXing.Net.Mobile, I'm hoping you can apply this patch to your project. It adds some #if __UNIFIED__ statements to keep the code base the same for Classic and Unified API's (so both are still supported). It also adds a new zxing.ios.csproj which is the new Unified API target project type. zxing.monotouch.csproj remains as the Classic API project type.

Cheers


New Post: how to start?

$
0
0
There are a lot of demo applications for different platforms (including windows phone) in the source code repository.
You can also download the source code archive for the latest version.

New Post: No autofocus to scan a simple barcode CODE39, on XPERIA M2 Phone but no issue on Samsung Phone

New Post: Scan Barcode Continuously

$
0
0
You can. But you have to deal with it yourself. The library gives you only the functionality to scan for barcodes in an image. How do you get the image that is your task.

Source code checked in, #88971

$
0
0
applied patch 16811: Xamarin.iOS Unified API Support

Patch Applied: #16811

$
0
0

micjahn has applied patch #16811.

Comment:
Committed with revision 88971. Thanks for your work.

New Post: No autofocus to scan a simple barcode CODE39, on XPERIA M2 Phone but no issue on Samsung Phone

Patch Uploaded: #16818

$
0
0

rhatgadkar has uploaded a patch.

Description:
.patch file for the IMB reader using the latest revision of ZXing.Net


New Post: Scan Barcode Continuously

$
0
0
Yeah, I also think that, thank you.

Patch Uploaded: #16823

$
0
0

rhatgadkar has uploaded a patch.

Description:
I forgot to add my changes to OneDReader.cs, MultiFormatReader.cs, and MultiFormatOneDReader.cs in my previous patch file submission.

This patch file includes those changes and the changes that were in the previous patch file.

New Post: Dimensions

$
0
0
Under a certain size I am unable to set the dimensions of the barcode. The minimum I can get it down to is 3/4" by 2 3/26".

For example if I set Height to 150 and Width to 200 the actual bitmap size is Width = 328 and Height = 150.

If I deliberately leave the EncodingOptions null then the default sets them to 100 x 100 but that is not the aspect ratio that gets rendered.

Thanks,

Greg

Created Unassigned: Unable to recognize QrCode after Scanning [13286]

$
0
0
Hi,

I cannot recognized any Qrcode with ZxingNet library, that were generated with another tool.
I've tried to scan with different resolutions, but with no success, either with zxing online decoder.
With other readers, like NeoReader in my phone, they decode perfectly.

Can you help?

Commented Unassigned: Unable to recognize QrCode after Scanning [13286]

$
0
0
Hi,

I cannot recognized any Qrcode with ZxingNet library, that were generated with another tool.
I've tried to scan with different resolutions, but with no success, either with zxing online decoder.
With other readers, like NeoReader in my phone, they decode perfectly.

Can you help?
Comments: ** Comment from web user: badolfo **

Please Close this issue.

I was assuming that Result would return first qrcode detected, even with multiple QRCode in one single page. But I just discovered that I have to use DecodeMultiple.

Thank's anyway.

Viewing all 1871 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>