detectAndDecode

open fun detectAndDecode(bitmap: Bitmap): String

Both detects and decodes QR code

Return

decoded string.

Parameters

bitmap

open fun detectAndDecode(bitmap: Bitmap, points: Mat): String

Both detects and decodes QR code

Return

decoded string.

Parameters

bitmap
points

points optional output array of vertices of the found QR code quadrangle. Will be empty if not found.