jqctop1 / wechat-qrcode

An android library which use OpenCV Wechat-QRCode to decode qrcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wechat-qrcode

An android library which use OpenCV Wechat-QRCode to decode qrcode

NOTICE!!! Before Your Compile

you must use 7z to unzip wechat-scan\libs\wechat-scan-libs.7z to wechat-scan\libs.

wechat-scan-libs.7z contains static libraries which are compiled from opecv and opecv_contrib

How to Use

We support decode qrcode from the camera preview and image files.

The ScanQRCodeView which extends CameraPreviewView support to decode qrcode from the camera preview. The CameraPreviewView support preview、take pictures and other camera operations.

You can extends ScanQRCodeView or even CameraPreviewView to support the features you want.

The ScanDecodeQueue implement the core process of decode qrcode from the camera preview (It only support YUV_420_888 preview format).
The FileDecodeQueue implement the process of decode image files or RGB Bitmap.

That is all !

About

An android library which use OpenCV Wechat-QRCode to decode qrcode


Languages

Language:C++ 90.6%Language:C 7.4%Language:Kotlin 1.9%Language:Objective-C 0.1%Language:CMake 0.1%