In my Application Zbar is decoding perfectly. But the problem is Zbar can decode both QR code and Bar code . So after decoding How do i get the type of Encoding Style ?
thanks in advance
In my Application Zbar is decoding perfectly. But the problem is Zbar can decode both QR code and Bar code . So after decoding How do i get the type of Encoding Style ?
thanks in advance
There are return codes for type in ZBarSymbol. You will be looking for ZBAR_QRCODE for QR codes
ZBarSymbol documentation
Something like this should help you to get the symbol out:
What i did was,