Question regarding Zxing for Android
working with Zxing in J2ME i had:
MonochromeBitmapSource source = new LCDUIImageMonochromeBitmapSource(bitmapFile);
I'm having no troubles working with it Zxing in Android except in this case, i don't know how to create the Monoch开发者_JAVA百科romeBitmapSource given that there is no LCDUI.... class.
Any hint?
Thanks!
Find PlanarYUVLuminanceSource
in the android/
module. This is the counterpart for Android.
精彩评论