我尝试过ZXing和ZBar,但它们都不起作用......
答案 0 :(得分:0)
默认情况下,它在ZXing android测试应用中无效。您可以将BarcodeFormat.PDF_417
添加到
PRODUCT_FORMATS = EnumSet.of(BarcodeFormat.UPC_A,
BarcodeFormat.UPC_E,
BarcodeFormat.EAN_13,
BarcodeFormat.EAN_8,
BarcodeFormat.RSS_14);
DecodeFormatManager.java中的(包com.google.zxing.client.android)
出于好奇,我前段时间对它进行了测试,发现它可以正常工作但检测率不是很高。