Start » Filter Reference » Camera Support » ZebraScanEngines » ZebraScanEngines_GrabImage
Module: | ThirdParty |
---|
Captures a frame using a Zebra scanner.
Name | Type | Range | Description | |
---|---|---|---|---|
inDeviceID | Integer* | 1 - | Device identifying number | |
inInputQueueSize | Integer | 1 - 200 | Capacity of output frames queue | |
inAutoTrigger | Bool | Enables or disables auto triggering | ||
inAutoTriggerPeriod | Integer* | 10 - | Period of automatic triggers (in ms) | |
inOperationMode | ZebraScanEnginesOperationModes | Scanner operation mode (video/snapshot) | ||
inImageType | ZebraScanEnginesImageTypes | Image format for the snapshot mode | ||
outImage | Image | Captured frame |
Remarks
This filter is intended to cooperate with a scanner using its vendor SDK. To be able to connect to a scanner, it is required to install Zebra Scanner SDK software with Zebra CoreScanner Driver.
Zebra Scanner SDK can be downloaded from the following website: https://www.zebra.com/us/en/support-downloads/software/developer-tools/scanner-sdk-for-windows.html (registration may be required).
Add DLL path to system environment variable may be required.
Recommended Zebra Scanner SDK version for Aurora Vision Studio usage is 3.06.0024.
Scanner identification
When there is only one scanner connected to a computer, field inDeviceID can be set to Auto. In this case, first available scanner will be found and connected.
inDeviceID field can be used to pick one of multiple scanners connected to the computer. DeviceID can be set to:
- ID number - can be obtained from Scanner SDK Sample Application which is installed during the Zebra Scanner SDK installation. The ID is the number in the column "#" under "Connected Scanners".
Automatic trigger
inAutoTriggerPeriod field can be used to specify the period of the automatic trigger when inAutoTrigger is set to true. By default, when this field is set to Auto, the triggers are generated with a 1-second period. Be careful when choosing values for the period, as values that are too small can destabilize the device and not perform as expected.
Parallel execution
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of ZebraScanEngines_GrabImage filter group.
See Also
- ZebraScanEngines_GrabImage_WithTimeout – Captures a frame using a Zebra scanner.
- ZebraScanEngines_StartAcquisition – Initializes and starts image acquisition in a scanner.