I have a barcode which is incorrectly recognized as EAN, when it is in fact Code 39. I know the type of barcode beforehand, so I want to tell ZBar to look only for Code 39 barcodes.
I found a related question - Wrong decoding of barcodes also in ZBAR SDK example, but the function it mentions is setSymbology()
, and it is absent from the C++ API. Maybe it's only in the iPhone SDK?
Is there an equivalent function for the C++ API?