byte - How to create BitArray for Code128Reader().decodeRow(...) method in Android, java? -
i have next issue. image camera (android.hardware.camera
). crop image , leave 1 row of pixsels, horizontal row in middle of image. row represented byte array (byte[]
) data in format nv21 (or ycbcr_420_sp). need submit row method
code128redaer.decoderow(int rownumber, bitarray row, map<decodehinttype,?> ints)
, zxing library. don't understand, how convert byte[] bitarray? or how decode row? don't want use
decode(binarybitmap image)
because think slowlier.
Comments
Post a Comment