ZXing ("Zebra Crossing") barcode scanning library for Java, Android
-
Updated
Sep 2, 2021 - Java
{{ message }}
ZXing ("Zebra Crossing") barcode scanning library for Java, Android
Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | Zip4j压缩(支持分卷压缩与加密) | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 蛛网等级 | 颜色选择器 | ArcGis | VTPK | 编译运行一下说不定会找到惊喜
Barcode generation library written in JavaScript that works in both the browser and on Node.js
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
A pure C# Open Source QR Code implementation
A QR code scanner component for React Native.
A barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)
A collection of sample apps to demonstrate how to use Google's ML Kit APIs on Android and iOS
Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
a barcode creation lib for golang
C++ port of ZXing and ZBar for Android.
Code scanner library for Android, based on ZXing
C# Barcode Image Generation Library
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
ZBar is an open source software suite for reading bar codes from various sources, including webcams. As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. There's a clone at at LinuxTV.org, and another one at gitlab.
Invisible Hyperlinks in Physical Photographs
Useful library to help Android developpers to print with (Bluetooth, TCP, USB) ESC/POS thermal printer.
Add a description, image, and links to the barcode topic page so that developers can more easily learn about it.
To associate your repository with the barcode topic, visit your repo's landing page and select "manage topics."
I am trying to print on shared printer, but I don't understand why I get Permission denied when using
$connector = new WindowsPrintConnector("smb://Windows10-pc/".$printer_name);
but when I tried this code at the bottom it simply works, and i never added a Guest permission.
$printer = "\\".'Windows10-pc'."\".$printer_name;
if($ph = printer_open($printer)){
printer_set_option($p