Back to Aurora Vision Library website

You are here: Start » Function Reference » Camera Support » ZebraCVCameras » ZebraCVCameras_FindDevices

ZebraCVCameras_FindDevices


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

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
Input will be modified ioState ZebraCVCameras_State& Object used to maintain state of the function.
Input value inDetectionTimeout Optional<int> 100 - 60000 NIL Sets the time to search the system devices in ms.
Output value outDevices Array<EBUSDeviceInfo>&