Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Camera Support » The Imaging Source » ICImagingControl_SetLongParameter (ICImagingControl_SetParameter Long)

ICImagingControl_SetLongParameter (ICImagingControl_SetParameter Long)


Module: ThirdParty

Sets an integer parameter of the camera.

Name Type Description
Input value inDeviceID String* Serial number, display name, unique name or base name of the camera
Input value inParameterName String Name of the parameter
Input value inValue Long Value of the parameter

Description

Sets an integer (64-bit) parameter of The Imaging Source camera by name using the IC Imaging Control 4 GenICam property interface.

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.
Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.

Parallel execution

This filter cannot be placed in multiple Workers.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.

Filter Group

This filter is member of ICImagingControl_SetParameter filter group visible as Long.

See Also