📄 readme
字号:
This test program uses OpenGL (Mesa) to simulate camera input,and writes decoded Data Matrix streams to STDOUT.If you want to run the gltest binary directly you first have topoint LD_LIBRARY_PATH to the directory where libdmtx.so wasbuilt. You can do it like this: $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH${LD_LIBRARY_PATH:+:}../..or simply run the script "run_gltest.sh", which does this for youeach time.The program is somewhat boring if you don't know that you canright-click to cycle through the test images. To add your ownimages, just overwrite any image in the libdmtx/test/test_imagesdirectory with another 256x256 PNG file. If you want to addbrand new images then you will have to update the gFilename[] andgFileCount variables at the top of gltest.c to include them.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -