An open API service indexing awesome lists of open source software.

https://github.com/frozen-projects/ff_qr_processor

UE5 Async QR Reader and Generator Plugin
https://github.com/frozen-projects/ff_qr_processor

nayuki opencv qr qr-reader qr-reader-android qrcode qrcode-generator qrcode-scanner ue5 ue5-plugin unrealengine unrealengine5 zxing zxing-android zxing-library zxing-qrcode

Last synced: 22 days ago
JSON representation

UE5 Async QR Reader and Generator Plugin

Awesome Lists containing this project

README

          

# FF_QR_Processor

## THIRD PARTY LIBRARIES
https://github.com/nayuki/QR-Code-generator

https://github.com/zxing-cpp/zxing-cpp

## INSTRUCTIONS FOR OPENCV
* Unzip ``Source/OpenCv_Libs/Win64/lib/opencv_world490d.zip`` before starting your IDE. We do this because GitHub doesn't allow us to upload files bigger than 100MB without LFS.

## INSTRUCTIONS FOR ZXING
* Open CMake and create solution files. (this will create Version.h) but don't start Visual Studio from .sln
* Copy ``zxing-cpp/build/core/Version.h`` to ``builder/core/src``
* Copy all ``zxing-cpp/core/src`` to ``buider/core/src``
* Fix Android NDK location in ``AndroidBuild.bat`` if necessary.
* Start terminal and run ``AndroidBuild.bat``