项目作者: wax911

项目描述 :
Customized Google Vision API Barcode Scanner
高级语言: Java
项目地址: git://github.com/wax911/Vision-Barcode-Scanner.git
创建时间: 2016-06-21T13:18:21Z
项目社区:https://github.com/wax911/Vision-Barcode-Scanner

开源协议:GNU Lesser General Public License v3.0

下载


Vision API: Barcode Scanner Codacy Badge

Why this project exists?

This project is based on the Google Vision Barcode API. The Barcode Scanner API detects barcodes in real time in any orientation. You can also detect and parse several barcodes in different formats at the same time. The API supports the following barcode formats:

1D barcodes:

  • EAN-13
  • EAN-8
  • UPC-A
  • UPC-E
  • Code-39
  • Code-93
  • Code-128
  • ITF
  • Codabar

2D barcodes: QR Code, Data Matrix, PDF-417, AZTEC

It automatically parses QR Codes, Data Matrix, PDF-417, and Aztec values, for the following supported formats:

  • URL
  • Contact information (VCARD, etc.)
  • Calendar event
  • Email
  • Phone
  • SMS
  • ISBN
  • WiFi
  • Geo-location (latitude and longitude)
  • AAMVA driver license/ID

Modifications

  • Full Screen Size Display
  • Auto Capture Barcode on Detection

Actual Files Modified

  1. MainAcitivity.java
  2. BarcodeCaptureActivity.java
  3. CameraSource.java
  4. BarcodeGraphicTracker.java

Buy Me a Coffee at ko-fi.com

Screen Shots

Project License

  1. GNU LESSER GENERAL PUBLIC LICENSE
  2. Version 3, 29 June 2007
  3. Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org></http:>
  4. Everyone is permitted to copy and distribute verbatim copies
  5. of this license document, but changing it is not allowed.
  6. This version of the GNU Lesser General Public License incorporates
  7. the terms and conditions of version 3 of the GNU General Public
  8. License, supplemented by the additional permissions listed below.

Original Licence

  1. Copyright 2015 Google, Inc. All Rights Reserved.
  2. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
  3. http://www.apache.org/licenses/LICENSE-2.0
  4. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.