jeterlee / zscan

zscan 是结合 zxing & zbar 两者的优点,实现的快速且稳定的摄像头扫码器,支持扫描二维码&一维码,生成二维码,自定义扫码界面。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zscan

  • 产生背景:扫码慢,识别率低的问题。
  • 项目说明zscan 是将 zxing & zbar 两者的优点结合在一起而诞生(即:zxing 优秀的 camera 管理,自定义扫描界面易于管理;zbar 底层是 C 实现,拥有高速的解码效果),实现的快速且稳定的摄像头扫码器,支持扫描二维码和一维码,生成二维码,自定义扫码界面。

Thanks

License

Copyright (c) 2019, The Jeterlee authors 

   Licensed 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

       http://www.apache.org/licenses/LICENSE-2.0

   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.

About

zscan 是结合 zxing & zbar 两者的优点,实现的快速且稳定的摄像头扫码器,支持扫描二维码&一维码,生成二维码,自定义扫码界面。

License:Apache License 2.0


Languages

Language:Java 98.8%Language:CMake 1.0%Language:C++ 0.2%