Skip to content Skip to sidebar Skip to footer

Android : Converting Rgb888 To Y800

I am getting image captured from vuforia as RGB888 bytes[] . I want to pass this to zbar which is expecting the format to be Y800 . How can i do that. i tried Image barcode = new

Solution 1:

check this Thread and Review Your Full Code :

http://sourceforge.net/p/zbar/discussion/2308158/thread/ce0d36f8

By the Way : zbar Accepts "GREY" format too

Post a Comment for "Android : Converting Rgb888 To Y800"