zxing-cpp
zxing-cpp copied to clipboard
ZXing C++ Library
I installed CMake and QT Creator 4.1.0 and after a fresh pull from the repo I'm getting a link error where it can't find libzxing. I haven't developed code under...
I used gcc compile,but google deprecated it in android ndk. I switched to clang and got this crash > Abort message: '/Volumes/Android/buildbot/src/android/ndk-r12-release/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/abort_message.cpp:74: void abort_message(const char *, ...): assertion "terminating with...
Project generated by CMake: `cmake -G "Visual Studio 12 2013" ..\` do not compile in VS2013 giving errors: - `error C2039: 'max' : is not a member of 'std'` -...
As there are so many static functions and members, I think zxing is not thread safe. Any body know how to make it thread safe?
I have added these lines in the CMakeList.txt: SET(CMAKE_SYSTEM_NAME Linux) # SET(CMAKE_C_COMPILER "arm-linux-gcc") SET(CMAKE_CXX_COMPILER "arm-linux-g++") SET(CMAKE_FIND_ROOT_PATH "/usr/local/arm-linux/") SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) but after "mkdir build && cd build...
When there is no qrcode, the scanning seems to be too slow on some arm64 cpu like Qualcomm Snapdrago 810, but works fine with armv7. Anybody knows how to deal...
Method Bitmatrix::clear() is declared but the implementation doesn't exist.
Yet another baby from my 5 million barcodes test.. ``` c++ Crashed Thread: 134 QThread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010 VM Regions Near 0x10: --> __TEXT...
And another one-in-a-million crash. ``` c++ Crashed Thread: 179 QThread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00007fa351185688 VM Regions Near 0x7fa351185688: MALLOC_NANO 0000658000000000-0000658000600000 [ 6144K] rw-/rwx SM=PRV -->...
There is a server for image transferring. when an image comes to system, it is detected by zxing for qrcode. The server works well most of the time. Sometime, there...