detectAndDecode

Both detects and decodes QR code

Return

decoded string.

Parameters

bitmap

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.