Back to FabImage Library website

You are here: Start » Function Reference » Camera Support » JAI » JAI_FindDevices

JAI_FindDevices


Header: ThirdPartySdk.h
Namespace: fil
Module: ThirdParty

Finds devices reachable from this system.

Syntax

void fil::JAI_FindDevices
(
	JAI_State& ioState,
	ftl::Optional<int> inDetectionTimeout,
	ftl::Array<fil::EBUSDeviceInfo>& outDevices
)

Parameters

Name Type Range Default Description
Input will be modified ioState JAI_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>&