WINSOFT components and applications

Optical Barcode Recognition for FireMonkey

Optical Barcode Recognition for FireMonkey

OBR
Delphi and C++Builder optical barcode recognition component for FireMonkey.
Download OBR for FireMonkey 3.9 trial version
Download Windows demo example
Download Windows Camera demo example
Download macOS demo example
Download Android Camera demo example
Download Android Picture demo example
Download Android Photo demo example
Order OBR for FireMonkey component $80 USD (license for one developer)
Order OBR for FireMonkey multi-license $240 USD (license for all developers in company)
Order OBR for FireMonkey year upgrades $40 USD (registered users only)
Order OBR for FireMonkey year upgrades multi-license $120 USD (registered multi-license users only)
Order Winsoft Component Package

FAQ

How can I recognize UTF-8 encoded QR code?

Switch-on binary data on QR symbology and then use TObrSymbol.DataUtf8 property:
FObr.Active := True;
FObr.Configure(syQrCode, saNone, coBinary, 1); // switch-on binary data

How can I disable recognition of some symbology?

Add this line before scaning barcode:
FObr.Configure(syQrCode, saNone, coEnableSymbology, 0); // disable QR code symbology

How can I enable recognition of some symbology?

Add this line before scaning barcode:
FObr.Configure(syQrCode, saNone, coEnableSymbology, 1); // enable QR code symbology

How can I scan UPC/EAN barcodes with 5 digit extension?

Add this line before scaning barcode:
FObr.Configure(syEan5, saNone, coEnableSymbology, 1);

How can I fix "cannot find -lzbar" error?

Path to the libzbar.a library has to be added to "Search path" using Delphi "Project/Options" menu and "Building/Delphi Compiler/Search path" item:

How can I fix "[ldandroid Error] "ld" exited with code 1." in C++Builder?

Add these files to your project in C++Builder Project Manager:
"c:\Program Files (x86)\Winsoft\OBR for FireMonkey\Library\Android\armeabi-v7a\libzbar.a"
"c:\Program Files (x86)\Winsoft\OBR for FireMonkey\Delphi104-Android32\libWinsoft.FireMonkey.ObrP.a"

Useful Links

Optical Barcode Recognition In Delphi XE7 Firemonkey On Android, IOS, OSX, and Windows

Icon Camera for Android
Icon Camera for FireMonkey
Icon Camera2 for Android
Icon OBR Library
Icon OBR Library for Android
Icon OBR Library for FireMonkey
Icon Optical Barcode Recognition
Icon ZBar bar code reader
Icon ZBar for Windows