Back to Aurora Vision Studio website
You are here: Start » Filter Reference » Camera Support » ZebraScanEngines » ZebraScanEngines_ListScanners
| Module: | ThirdParty |
|---|
Lists available Zebra scanners.
| Name | Type | Description | |
|---|---|---|---|
![]() |
outScannerList | ZebraScanEnginesDeviceInfoArray | List of connected scanners |
Remarks
During frequent requests for a list of devices, it is possible to break the connection with the polling device. It is not recommended to use this filter in a production environment. It is for debugging only.
Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.
Parallel execution
This filter cannot be placed in multiple Workers.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- ZebraScanEngines_GrabImage – Captures a frame using a Zebra scanner.
- ZebraScanEngines_GrabImage_WithTimeout – Captures a frame using a Zebra scanner.
- ZebraScanEngines_StopAcquisition – Stops image acquisition in a scanner.

Advanced