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

https://github.com/tony-xlh/animatedqrcodereader

Animated QR code reader
https://github.com/tony-xlh/animatedqrcodereader

animated data qrcode transfer

Last synced: 8 days ago
JSON representation

Animated QR code reader

Awesome Lists containing this project

README

        

# AnimatedQRCodeReader

**Update:** There is a new cross-platform Ionic version which supports two-way communication:

Animated QR code reader. The repo contains the generator as well.

Using the generator and reader, it is possible to transfer data between two devices without an Internet connection.

The generator and reader are implemented in JavaScript using the [QR code generator](https://github.com/kazuhikoarase/qrcode-generator/) and the [Dynamsoft Barcode Reader](https://www.dynamsoft.com/barcode-reader/overview/).

An Andoird project using [Dynamsoft Camera Enhancer](https://www.dynamsoft.com/camera-enhancer/docs/introduction/) and Dynamsoft Barcode Reader is included as well.

![](https://github.com/xulihang/AnimatedQRCodeReader/releases/download/builds/video.gif)

PS: Dynamsoft Barcode Reader is a commercial SDK. You need to apply for a license to use it: [apply for a trial](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr).

## Online demo

[Generator](https://tony-xlh.github.io/AnimatedQRCodeReader/generator/generator.html)

[Scanner](https://tony-xlh.github.io/AnimatedQRCodeReader/reader/scanner.html)

## Blog

## What Advantages of Dynamsoft Barcode Reader Does this Demo Showcase?

1. The ability to read high-version QR codes.
2. The speed of reading barcodes from camera frames.
3. The great customizability.

## References

[txqr](https://github.com/divan/txqr/)