yushulx / Qt-QML-QR-code-scanner

Multiple barcode QR code scanner built with Qt6 and Dynamsoft Barcode Reader
https://www.dynamsoft.com/codepool/qt-qml-qr-code-scanner.html
3 stars 0 forks source link
android barcode cpp datamatrix ios pdf417 qml qrcode qt qt6 windows

Qt6 Demo: Barcode QR Code Scanner

A cross-platform demo of a barcode and QR code scanner developed with Qt6 and Dynamsoft Barcode Reader.

Supported Platforms

Prerequisites

Usage

  1. Load the project into Qt Creator (Windows or macOS) via CMakeLists.txt and configure the build environment as follows:

    Windows

    Qt project for Windows and Android

    macOS

    Qt Creator for macOS
  2. Set the license key in FrameProcessor.cpp:

    DBR_InitLicense("LICENSE-KEY", errorMsgBuffer, 512);
  3. Run the project.

    Windows

    Qt QR Code scanner for Windows

    Android

    Qt QR Code scanner for Android

    iOS

    Qt QR Code scanner for iOS

Blog