You are here: Start » Filter Reference » Camera Support » The Imaging Source » ICImagingControl_GetEnumParameter (ICImagingControl_GetParameter Enum)
| Module: | ThirdParty |
|---|
Gets an enumeration parameter of the camera.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inDeviceID | String* | Serial number, display name, unique name or base name of the camera |
![]() |
inParameterName | String | Name of the parameter |
![]() |
outValue | String | Enumeration entry name |
Description
Remarks
Camera driver software
This filter is intended to cooperate with a camera using its vendor SDK. To be able to connect to a camera, it is required to install IC Imaging Control 4 SDK software.
Proper camera drivers and IC Imaging Control 4 SDK can be downloaded from the following website:
https://www.theimagingsource.com/en-us/support/download/.
To work with the IC Imaging Control 4 SDK you need to install the SDK on the target machine or copy manually the ic4core.dll file from the SDK installation directory
(typically IC Imaging Control 4\bin\x64\) to the Aurora Vision Studio directory in Program Files. Alternatively, set the IC4PATH environment variable to the SDK installation directory.
Camera identification
When there is only one camera connected to the computer, field inDeviceID can be set to Auto. In such case, the first available camera will be found and connected.
inDeviceID can be used to pick one of multiple cameras connected to the computer. inDeviceID can be set to:
- serial number,
- display name,
- unique name,
- base name of the camera.
Parallel execution
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
Filter Group
This filter is member of ICImagingControl_GetParameter filter group visible as Enum.
See Also
- ICImagingControl_GetDoubleParameter – Gets a double parameter of the camera.
- ICImagingControl_GetLongParameter – Gets an integer parameter of the camera.
- ICImagingControl_GetStringParameter – Gets a string parameter of the camera.
- ICImagingControl_GetBoolParameter – Gets a boolean parameter of the camera.
- ICImagingControl_SetEnumParameter – Sets an enumeration parameter of the camera.

Basic
