Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.66 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.66 KB

Android ZBar JNI SDK Project Example

Android Barcode & QR Code Reader Sample Project Application using ZBar Android SDK built from Native C with JNI using Android Studio Software Used to built this

  • Windows 10 64bit
  • Android Studio 2.2.3
  • Android SDK 25.x.x
  • Android NDK 13.1.3345770
  • CMake 3.6.3155560

About ZBAR Library

http://zbar.sourceforge.net ZBar is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.

The flexible, layered implementation facilitates bar code scanning and decoding for any application: use it stand-alone with the included GUI and command line programs, easily integrate a bar code scanning widget into your Qt, GTK+ or PyGTK GUI application, leverage one of the script or programming interfaces (Python, Perl, C++) ...all the way down to a streamlined C library suitable for embedded use.

ZBar is licensed under the GNU LGPL 2.1 to enable development of both open source and commercial projects.

About Libiconv

https://www.gnu.org/software/libiconv/ The libiconv and libcharset libraries and their header files are under LGPL. The iconv program is under GPL.

libiconv can be found on in the subdirectory /pub/gnu/libiconv/ on your favorite GNU mirror. For other ways to obtain libiconv, please read How to get GNU Software. The latest release is http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz

The latest development sources can be obtained through the savannah project.