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
Input will be modified ioState ZebraCVCameras_State
Input value inDetectionTimeout int | None 100 - 60000 None Sets the time to search the system devices in ms.
Output value outDevices list[EBUSDeviceInfo]