Skip to contents

Detect a QR code

Usage

ocv_qrtext(image)

ocv_qrmask(image)

qr_scanner()

Arguments

image

an ocv image object

Examples

if (FALSE) {
# QR code scanner
ocv_camera(ocv_qrmask)
}