Back to Aurora Vision Library website
You are here: Start » Function Reference » Hardware Support » Z4Sight » AILDigitizer_EnumerateAvailableCameras
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Module: | ThirdParty |
Enumerates available cameras.
Syntax
void avl::AILDigitizer_EnumerateAvailableCameras
(
AIL_DigitizerState& ioState,
atl::Optional<avl::AILDigitizerSystem::Type> inSystemType,
atl::Array<avl::AILCameraInformation>& outDevices
)
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | AIL_DigitizerState& | Object used to maintain state of the function. | |
![]() |
inSystemType | Optional<AILDigitizerSystem::Type> | NIL | Specifies for which system to enumerate the cameras. If not specified, all systems are enumerated. |
![]() |
outDevices | Array<AILCameraInformation>& | List of available cameras. |