Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Computer Vision » Datacodes » ReadSingleCode_Z (ReadCode_Z Single)
Module: | Datacodes |
---|
Reads a single 1D barcode or a PDF417 code.
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 |
![]() |
inCode1DSettings | Code1DSettings | Code1D settings | |
![]() |
inEnablePDF417 | Bool | ||
![]() |
inEnableCode128 | Bool | ||
![]() |
outResult | ZResult? | 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 | ReadSingleCode_Z is not supported on this platform. |
DomainError | Not supported inImage pixel format in ReadSingleCode_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 Single.