ZebraCVCameras_FindDevices
Finds devices reachable from this system.
Syntax
C++
Python
def ZebraCVCameras_FindDevices( state: ZebraCVCameras_State, /, *, inDetectionTimeout: int | None = None ) -> outDevices: list[EBUSDeviceInfo]
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | ZebraCVCameras_State | |||
![]() |
inDetectionTimeout | int | None | 100 - 60000 | None | Sets the time to search the system devices in ms. |
![]() |
outDevices | list[EBUSDeviceInfo] |



