kewllife / raspberrypi-barcode-reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C/C++ Barcode Reader for Raspberry Pi

The samples demonstrate how to use Dynamsoft Barcode Reader SDK to build C/C++ barcode reader on Raspberry Pi. The shared library libDynamsoftBarcodeReader.so is not publicly available yet. If you are interested in the barcode SDK for Raspberry Pi, please contact support@dynamsoft.com to get a trial version.

Getting Started

  1. Folder structure:

    Raspberry Pi Barcode Reader

  2. Build C/C++ samples:

    cd samples/c
    make
    
  3. Read barcode images:

    ./BarcodeReaderDemo ../../AllSupportedBarcodeTypes.tif
    

    Raspberry Pi Barcode Reader

About

License:MIT License


Languages

Language:C 75.2%Language:C++ 24.8%