Reading EAN/UPC Barcodes
Script loads periodically all images inside the 'resources' folder. If there are codes successfully found in one of the images, the content and coordinates of the codes are printed. Configuring any code reader requires always the following steps:
- Creating CodeReader
- Creating Decoder
- Creating Symbology (if applicable)
- Setting Symbology to Decoder (if applicable)
- Setting Decoder to CodeReader
The sample can be run using the SIM4000 emulator. The result is printed to the console. The ImageView shows the images and marks the found codes. Additional images with barcodes can be placed in the resource folder.
See also Sample CodeReader for reading QR code
algorithm, image-2d, code-reading, sample, sick-appspace