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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -