Don't show contents of the barcode

28 views
Skip to first unread message

Francis Pena

unread,
Oct 13, 2016, 6:00:29 PM10/13/16
to zxing
Hello,

Is it possible to not show the image of a successful scan? I'm trying to speed up the scanning process of a lot of barcodes. I have looked at CaptureActivity.java and commented the line below but the image still shows. I'm hoping to implement scanning almost like bulk_scan mode, where there is very little delay when scanning between scans.

if (barcode != null) {
viewfinderView.drawResultBitmap(barcode);
}


Thank you

Sean Owen

unread,
Oct 14, 2016, 5:40:15 AM10/14/16
to zxing
Have you turned on bulk scan mode?
Reply all
Reply to author
Forward
0 new messages