Thanks to visit codestin.com
Credit goes to github.com

Skip to content

读取条码,以json格式在屏幕上输出结果

Notifications You must be signed in to change notification settings

zbzstar/barcode_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

读取条码

依赖项

编译

mkdir build
cd build
cmake..
make

提取依赖库文件,做静态链接
cp ../tmp.sh ../barcode.sh .
./tmp.sh

运行

./barcode.sh ../imgs/barcode_2.jpg

输出

{ "output" : { "code_type" : "CODE-128", "decode_string" : "6944910334609", "pic_name" : "../imgs/barcode_2.jpg" } }

About

读取条码,以json格式在屏幕上输出结果

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published