GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
dependencies { // google mobile vision implementation 'com.google.android.gms:play-services-vision:11.0.2' // barcode reader implementation 'info.androidhive:barcode-reader:1.1.5' } Add the barcode reader fragment to your activity <fragment android:id="@+id/barcode_fragment" android:name="info...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/Dynamsoft/Dynamsoft-Barcode-Reader 该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。 master 克隆/下载 git config --global user.name userName git config --global user.email userEmail ...
Add an AAR file to Android projectThere are two ways to add the dependency DynamsoftBarcodeReader.aar to your project.Import the AAR file as a moduleCreate a new module to import *.aar file:Then open project structure (Ctrl + Alt + Shift +S) to add module dependency....
The Dynamsoft Barcode Reader now has mobile native SDKs supporting Android and iOS. The Dynamsoft Barcode Reader now has an official Java SDK. The article and the code in the GitHub repo is revamped to use the official Java SDK and support the latest APIs and browsers.This...
// Read file from directory with DecodeType.EAN13 using (BarCodeReader reader = new BarCodeReader(dataDir + "Scan.jpg", DecodeType.EAN13)) { foreach (BarCodeResult result in reader.ReadBarCodes()) { // Read symbology type and code text Console.WriteLine("Symbology Type: " + result.Code...
git+https://github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader/.git Homepage github.com/tony-xlh/vision-camera-dynamsoft-barcode-reader/#readme Weekly Downloads 38 Version 2.2.1 License MIT Unpacked Size 76.1 kB Total Files 33
A barcode scanner component for react native android. The library useshttps://github.com/zxing/zxingto decode the barcodes. For iOS you can usehttps://github.com/lwansbrough/react-native-camera. React Native dependencies Version 0.1.4 for React Native <=0.18 ...
-2,optimize android native camera contact publisher with email( lycwalk@gmail.com ) you can download: Demo1(apk)|Demo2 (Torch Sample)|QRCode Torch Video|Tutorial License: In the tool, the "qrcode.dll" is rebuilded with Zxing.net (https://github.com/micjahn/ZXing.Net)...
6<repo>https://github.com/phonegap/phonegap-plugin-barcodescanner</repo> 7<issue>https://github.com/phonegap/phonegap-plugin-barcodescanner/issues</issue> 8<engines> 9<enginename="cordova"version=">=7.1.0"/> 10<enginename="cordova-android"version=">=6.3.0"/> ...