Barcode Reader
This function block is designed to read and decode barcode and QR codes from an image. It allows for quick extraction of data encoded in these formats.
π₯ Inputs
Barcode Image
The image that contains the barcode or QR code you want to read.
π€ Outputs
Barcode Image
The output is the original image with any detected barcode or QR code highlighted.
Barcode Type
This output returns the type of barcode detected.
Barcode Data
This output contains the actual data extracted from the barcode.
πΉοΈ Controls
This function block does not have explicit user controls, as it automatically processes the input image when executed.
π¨ Features
Automatic Barcode Detection
The block automatically detects and decodes barcodes and QR codes present in the input image.
Visual Feedback
The original barcode image is returned with visual markings to highlight the detected barcodes.
π Usage Instructions
Input Image: Connect an image containing a barcode or QR code to the
Barcode Image
input.Process the Image: Run the function block to automatically detect, decode, and highlight any barcodes present in the image.
Retrieve Output: Check the outputs for the modified image, type of barcode detected, and the encoded data extracted.
π Evaluation
When executed, this function block processes the input image for barcodes and returns the results, including the original image with barcodes highlighted, their types, and extracted data.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated