Back to Aurora Vision Library Lite website
You are here: Start » Camera Support » ZebraCVCameras » ZebraCVCameras_FindDevices
ZebraCVCameras_FindDevices
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
Finds devices reachable from this system.
Syntax
void avl::ZebraCVCameras_FindDevices ( ZebraCVCameras_State& ioState, atl::Optional<int> inDetectionTimeout, atl::Array<avl::EBUSDeviceInfo>& outDevices )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | ZebraCVCameras_State& | Object used to maintain state of the function. | ||
![]() |
inDetectionTimeout | Optional<int> | 100 - 60000 | NIL | Sets the time to search the system devices in ms. |
![]() |
outDevices | Array<EBUSDeviceInfo>& |



