Back to FabImage Library website

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

ZebraCVCameras_FindDevices


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Finds devices reachable from this system.

Syntax

void fil::ZebraCVCameras_FindDevices
(
	ZebraCVCameras_State& ioState,
	ftl::Optional<int> inDetectionTimeout,
	ftl::Array<fil::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>&