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 MonochromeBitmapSource given that there is no LCDUI.... class.

Any hint?

Thanks!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Find PlanarYUVLuminanceSource in the android/ module. This is the counterpart for Android.

link|improve this answer
Thanks for answering, i'm looking at it right now. – ferostar Feb 23 '11 at 14:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.