Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Computer Vision » Datacodes » ReadMultipleCodes_Z (ReadCode_Z Multiple)
Module: | Datacodes |
---|
Reads multiple 1D barcodes and PDF417 codes.
Applications
High-speed barcode reading with simple configuration.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inImage | Image | Input image | |
![]() |
inLoadConfigFile | File* | Configuration file to be loaded in .bin format. Used to restore previously saved settings - can overwrite other parameters. | |
![]() |
inSaveConfigFile | File* | Path to save configuration file in .bin format. Used to save current settings for future use. | |
![]() |
inTimeout | Integer* | 1 - ![]() |
Processing timeout in ms |
![]() |
inThreadCount | Integer* | 1 - 31 | Number of processing threads |
![]() |
inMaxCodeCount | Integer* | 1 - ![]() |
Maximum number of codes |
![]() |
inIssueIdenticalSymbols | Bool | Issue identical symbols | |
![]() |
inCode1DSettings | Code1DSettings | Code1D settings | |
![]() |
inEnablePDF417 | Bool | ||
![]() |
inEnableCode128 | Bool | ||
![]() |
outResult | ZResultArray | Decode results |
Requirements
For input inImage only pixel formats are supported: uint8.
Read more about pixel formats in Image documentation.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | ReadMultipleCodes_Z is not supported on this platform. |
DomainError | Not supported inImage pixel format in ReadMultipleCodes_Z. Supported formats: UInt8. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of ReadCode_Z filter group visible as Multiple.